Skip to content

Commit

Permalink
Fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Nov 25, 2024
1 parent 33d4afd commit 7e21a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

Section "Visual Studio Runtime"
SetOutPath "$INSTDIR"
File "$TEMP/VC_redist.x64.exe"
File "$%TEMP%\VC_redist.x64.exe"
ExecWait "$INSTDIR\VC_redist.x64.exe /install /quiet /norestart"
Delete "$INSTDIR\VC_redist.x64.exe"
SectionEnd

0 comments on commit 7e21a11

Please sign in to comment.