diff --git a/SaberSongPatcher/SaberSongPatcherCLI/Program.cs b/SaberSongPatcher/SaberSongPatcherCLI/Program.cs index 2484921..9185b84 100644 --- a/SaberSongPatcher/SaberSongPatcherCLI/Program.cs +++ b/SaberSongPatcher/SaberSongPatcherCLI/Program.cs @@ -129,6 +129,11 @@ static async Task Main(string[] args) finally { LogManager.Shutdown(); + if (string.IsNullOrEmpty(Environment.GetEnvironmentVariable("PROMPT"))) + { + Console.WriteLine("Press any key to exit"); + Console.ReadKey(); + } } } } diff --git a/SaberSongPatcher/SaberSongPatcherCLI/SaberSongPatcherCLI.csproj b/SaberSongPatcher/SaberSongPatcherCLI/SaberSongPatcherCLI.csproj index 057d9d2..90054ad 100644 --- a/SaberSongPatcher/SaberSongPatcherCLI/SaberSongPatcherCLI.csproj +++ b/SaberSongPatcher/SaberSongPatcherCLI/SaberSongPatcherCLI.csproj @@ -11,6 +11,10 @@ SaberSongPatcher + + + + diff --git a/SaberSongPatcher/SaberSongPatcherCommon/SaberSongPatcherCommon.csproj b/SaberSongPatcher/SaberSongPatcherCommon/SaberSongPatcherCommon.csproj index 2640ee7..a763b62 100644 --- a/SaberSongPatcher/SaberSongPatcherCommon/SaberSongPatcherCommon.csproj +++ b/SaberSongPatcher/SaberSongPatcherCommon/SaberSongPatcherCommon.csproj @@ -8,7 +8,6 @@ -