From 57312775cac87d4e3afee8a6babb4f9e6acae404 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 21 Nov 2020 00:34:59 +0000 Subject: [PATCH] Fixed: missing file --- FizzyLauncher.csproj | 1 - build-release.bat | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FizzyLauncher.csproj b/FizzyLauncher.csproj index 0d713d3..8d405c8 100644 --- a/FizzyLauncher.csproj +++ b/FizzyLauncher.csproj @@ -135,7 +135,6 @@ TTilePanel.cs - SettingsSingleFileGenerator diff --git a/build-release.bat b/build-release.bat index 6875a19..4647cd4 100644 --- a/build-release.bat +++ b/build-release.bat @@ -1 +1,2 @@ -"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" "skye.sln" /T:Build /P:Configuration=Release \ No newline at end of file +"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" "skye.sln" /T:Build /P:Configuration=Release +PAUSE \ No newline at end of file