@ -847,7 +847,7 @@ public partial class MainForm : Form
desktopEntryText = desktopEntryText.Replace("ICONPATH", $"{Core.PatchDataPath}/data/files_to_copy/icon.png");
string gameName;
#if !NOAPPIMAGE
#if NOAPPIMAGE
gameName = "runner";
#else
gameName = "AM2R.AppImage";
@ -472,7 +472,9 @@ public static class Profile
log.Info("Linux specific formatting finished.");
// TODO: figure out a way to use patchelf to get rid of deprecated ssl stuff
// Copy AppImage template to here
HelperMethods.DirectoryCopy($"{Core.PatchDataPath}/data/AM2R.AppDir", $"{profilePath}/AM2R.AppDir/");