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:
parent
425d0e3013
commit
afc5e9ca4b
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user