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"