native: Linux shortcut specific to maintenance tool

This commit is contained in:
lat9nq 2021-07-25 16:18:27 -04:00
parent 061944079b
commit 95ee7a1739

View File

@ -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!(
"[Desktop Entry]\nType=Application\nName={}\nExec=\"{}\" {}\nComment={}\nPath={}\nIcon=yuzu\n",
name, target, args, description, working_dir