pull/35/head
Miepee 4 years ago
parent 1ed691b59d
commit 9563e78a6d

@ -852,6 +852,7 @@ public partial class MainForm : Form
#else
gameName = "AM2R.AppImage";
#endif
log.Info($"Game name for shortcut is: {gameName}");
if (OS.IsThisRunningFromFlatpak)
desktopEntryText = desktopEntryText.Replace("EXECUTABLE", $"flatpak run \"--command={Core.ProfilesPath}/{profile.Name}/{gameName}\" io.github.am2r_community_developers.AM2RLauncher");
else

Loading…
Cancel
Save