mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-26 00:37:46 +00:00
native: Linux shortcut specific to maintenance tool
This commit is contained in:
parent
061944079b
commit
95ee7a1739
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ mod natives {
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
path.push(format!("{}.desktop", slugify(name))); // file name
|
path.push(format!("yuzu-maintenance-tool_{}.desktop", slugify(name))); // file name
|
||||||
let desktop_file = format!(
|
let desktop_file = format!(
|
||||||
"[Desktop Entry]\nType=Application\nName={}\nExec=\"{}\" {}\nComment={}\nPath={}\nIcon=yuzu\n",
|
"[Desktop Entry]\nType=Application\nName={}\nExec=\"{}\" {}\nComment={}\nPath={}\nIcon=yuzu\n",
|
||||||
name, target, args, description, working_dir
|
name, target, args, description, working_dir
|
||||||
|
|
Loading…
Reference in a new issue