mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
680d1b2dd6
Let's not pollute root directory with various files
8 lines
152 B
Batchfile
8 lines
152 B
Batchfile
cd @USERFILE_WORKING_DIRECTORY@
|
|
@USERFILE_ENV_COMMANDS@
|
|
if [%1]==[--debugger] (
|
|
SHIFT
|
|
)
|
|
|
|
"@USERFILE_COMMAND@" @LAUNCHERSCRIPT_COMMAND_ARGUMENTS@
|
|
pause
|