Files
Open-Shell-Menu/ClassicShellSrc/ClassicShellSetup/__MakeFinal.bat
ge0rdi 1595967c27 Support for AppVeyor builds (#11)
* 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
2018-02-04 11:06:04 +01:00

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