Files
@ r27443:1150c64644d0
Branch filter:
Location: cpp/openttd-patchpack/source/os/os2/installer/download_nosound.cmd - annotation
r27443:1150c64644d0
485 B
application/x-dos-batch
Fix: Check max member count in squirrel classes (#10883)
Manual cherry-pick from https://github.com/albertodemichelis/squirrel/commit/23a0620658714b996d20da3d4dd1a0dcf9b0bd98
Manual cherry-pick from https://github.com/albertodemichelis/squirrel/commit/23a0620658714b996d20da3d4dd1a0dcf9b0bd98
r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r18375:af3d1f9949fb r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r18375:af3d1f9949fb r18375:af3d1f9949fb r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 r14105:c5f56a8d1311 | @echo off
if "%1" == "" goto err
if "%2" == "" goto err
echo Downloading NoSound...
%1\wget http://binaries.openttd.org/installer/nosound-NOSOUND_VERSION.7z -O %2/baseset/nosound.7z
echo Extracting NoSound...
%1\7za x -y -O%2/baseset %2/baseset/nosound.7z
del %1\baseset\nosound.7z /n
echo NoSound has been installed.
goto end
:err
echo This batch file is only intended for use by the OpenTTD installer.
echo Please visit www.openttd.org for details on downloading NoSound.
:end
|