1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Using the platform-correct delimiter

This commit is contained in:
Martin Tůma 2017-06-19 22:48:48 +02:00
parent 425d0e3013
commit afc5e9ca4b
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ Section "MSVC runtime" SEC_MSVC
DetailPrint "Installing Visual C++ 2015 Redistributable..."
SetOutPath $TEMP
File "vcredist_x86.exe"
ExecWait '"$TEMP/vcredist_x86.exe" /install /quiet /norestart'
ExecWait '"$TEMP\vcredist_x86.exe" /install /quiet /norestart'
SetOutPath $INSTDIR
done:

View File

@ -176,7 +176,7 @@ Section "MSVC runtime" SEC_MSVC
DetailPrint "Installing Visual C++ 2015 Redistributable..."
SetOutPath $TEMP
File "vcredist_x64.exe"
ExecWait '"$TEMP/vcredist_x64.exe" /install /quiet /norestart'
ExecWait '"$TEMP\vcredist_x64.exe" /install /quiet /norestart'
SetOutPath $INSTDIR
done: