We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58edc37 commit 28efa61Copy full SHA for 28efa61
1 file changed
App/SimCity_Win10/SimCity_Win10.bat
@@ -2,9 +2,7 @@
2
set __COMPAT_LAYER=WinXP
3
4
:: Copy SimCity files if not yet copied
5
-if not exist "%~dp0..\SC2K\SIMCITY.EXE" (
6
- call cmd /c "call "%~dp0..\Installer\install.bat" "
7
-)
+if not exist "%~dp0..\SC2K\SIMCITY.EXE" call cmd /c "call "%~dp0..\Installer\install.bat" "
8
9
:: Patch SimCity if not yet patched
10
if not exist "%~dp0..\SC2K\SimCity_W10_EntryPoint.exe" (
0 commit comments