mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-12 01:47:24 +10:00
10 lines
133 B
Batchfile
10 lines
133 B
Batchfile
@call BuildBinaries.bat
|
|
@if %CS_ERROR%==1 goto end
|
|
|
|
@call _BuildEnglish.bat
|
|
@if %CS_ERROR%==1 goto end
|
|
|
|
call BuildArchives.bat
|
|
|
|
:end
|