fixed Arma install script no closing on update

also default to no validate flag
This commit is contained in:
vbawol 2016-04-21 12:24:56 -05:00
parent 35be7d0864
commit b96f938614

View File

@ -14,4 +14,5 @@ SET ARMAAPPID=107410
:: more info https://community.bistudio.com/wiki/Arma_3_Dedicated_Server
steamcmd.exe +login %STEAMUN% %STEAMPW% +force_install_dir "%ARMASVRPATH%" "+app_update %ARMAAPPID%" validate +quit
:: steamcmd.exe +login %STEAMUN% %STEAMPW% +force_install_dir "%ARMASVRPATH%" "+app_update %ARMAAPPID% validate" +quit
steamcmd.exe +login %STEAMUN% %STEAMPW% +force_install_dir "%ARMASVRPATH%" "+app_update %ARMAAPPID%" +quit