Do not use exe as icon form itch

This commit is contained in:
Philip Kristoffersen
2022-04-04 21:12:49 +02:00
parent b15ace49a0
commit 1c376c2f31
+1 -1
View File
@@ -20,7 +20,7 @@ impl From<ItchGame> for ShortcutOwned {
game.title.as_str(), game.title.as_str(),
exe.as_str(), exe.as_str(),
&game.install_path, &game.install_path,
exe.as_str(), "",
"", "",
"", "",
); );