We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462d2ca commit 0ec1ba5Copy full SHA for 0ec1ba5
build/windows/installer/installer.nsi
@@ -79,8 +79,7 @@ Section -Main SEC0000
79
Sleep 3000
80
81
not_installed:
82
- SetOutPath $INSTDIR
83
- File ..\..\..\bin\windows\release\crashreporter.exe
+ SetOutPath $INSTDIR
84
File /r resources\*
85
WriteRegStr HKLM "${REGKEY}\Components" Main 1
86
!insertmacro InstallVCredist
0 commit comments