From cf87bb62a4051becb58639eae3ee7cc143b8d520 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Mon, 26 Aug 2019 18:32:41 -0400 Subject: [PATCH] Add update.bat for updating without the tool --- Toolbox/Toolbox.csproj | 3 +++ Toolbox/Update.bat | 1 + appveyor.yml | 1 + 3 files changed, 5 insertions(+) create mode 100644 Toolbox/Update.bat diff --git a/Toolbox/Toolbox.csproj b/Toolbox/Toolbox.csproj index 31dfc522..992be9ba 100644 --- a/Toolbox/Toolbox.csproj +++ b/Toolbox/Toolbox.csproj @@ -295,6 +295,9 @@ PreserveNewest + + PreserveNewest + diff --git a/Toolbox/Update.bat b/Toolbox/Update.bat new file mode 100644 index 00000000..12230cce --- /dev/null +++ b/Toolbox/Update.bat @@ -0,0 +1 @@ +Updater.exe -d -i -b \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 2efab7b9..94b9f477 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,6 +38,7 @@ after_build: - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Version.txt" - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.exe" - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.pdb" + - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Update.bat" - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Updater.exe.config" - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\Shader" - 7z a "Toolbox-Latest.zip" "%APPVEYOR_BUILD_FOLDER%\Toolbox\bin\Release\LZ4.dll"