mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-20 09:40:49 +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..."
|
DetailPrint "Installing Visual C++ 2015 Redistributable..."
|
||||||
SetOutPath $TEMP
|
SetOutPath $TEMP
|
||||||
File "vcredist_x86.exe"
|
File "vcredist_x86.exe"
|
||||||
ExecWait '"$TEMP/vcredist_x86.exe" /install /quiet /norestart'
|
ExecWait '"$TEMP\vcredist_x86.exe" /install /quiet /norestart'
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
@ -176,7 +176,7 @@ Section "MSVC runtime" SEC_MSVC
|
|||||||
DetailPrint "Installing Visual C++ 2015 Redistributable..."
|
DetailPrint "Installing Visual C++ 2015 Redistributable..."
|
||||||
SetOutPath $TEMP
|
SetOutPath $TEMP
|
||||||
File "vcredist_x64.exe"
|
File "vcredist_x64.exe"
|
||||||
ExecWait '"$TEMP/vcredist_x64.exe" /install /quiet /norestart'
|
ExecWait '"$TEMP\vcredist_x64.exe" /install /quiet /norestart'
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user