mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
12 lines
177 B
Batchfile
12 lines
177 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
|
|
SET CS_LANG_FOLDER=English
|
|
SET CS_LANG_NAME=en-US
|
|
SET CS_LANG_NAME_SHORT=en
|
|
SET CS_HAS_HELP=1
|
|
SET CS_HAS_EULA=1
|
|
SET CS_HAS_README=1
|
|
|
|
call BuildInstaller.bat
|