mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-12 18:07:24 +10:00
* Remove pause to be automated build friendly * Use 7-Zip instead of WinRar * Enable parallel builds * Build improvements * Push final installer to AppVeyor * AppVeyor config
12 lines
150 B
Batchfile
12 lines
150 B
Batchfile
@cd %~dp0
|
|
|
|
@call BuildBinaries.bat
|
|
@if ERRORLEVEL 1 exit /b 1
|
|
|
|
@call _BuildEnglish.bat
|
|
@if ERRORLEVEL 1 exit /b 1
|
|
|
|
call BuildArchives.bat
|
|
|
|
@exit /b 0
|