Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 14 lines 632 B view raw
1diff --git a/AM2RLauncher/AM2RLauncherLib/Profile.cs b/AM2RLauncher/AM2RLauncherLib/Profile.cs 2index 8186350..2f9de2a 100644 3--- a/AM2RLauncher/AM2RLauncherLib/Profile.cs 4+++ b/AM2RLauncher/AM2RLauncherLib/Profile.cs 5@@ -796,7 +796,8 @@ public static class Profile 6 UseShellExecute = false, 7 WorkingDirectory = gameDirectory, 8 #if NOAPPIMAGE 9- FileName = $"{gameDirectory}/runner" 10+ FileName = "am2r-run", 11+ Arguments = "./runner" 12 #else 13 FileName = $"{gameDirectory}/AM2R.AppImage" 14 #endif