mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-25 21:35:37 +01:00
native: Linux shortcut specific to maintenance tool
This commit is contained in:
parent
061944079b
commit
95ee7a1739
@ -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 New Issue
Block a user