Skip to content

Commit 0ec1ba5

Browse files
authored
Update installer.nsi
1 parent 462d2ca commit 0ec1ba5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/windows/installer/installer.nsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ Section -Main SEC0000
7979
Sleep 3000
8080

8181
not_installed:
82-
SetOutPath $INSTDIR
83-
File ..\..\..\bin\windows\release\crashreporter.exe
82+
SetOutPath $INSTDIR
8483
File /r resources\*
8584
WriteRegStr HKLM "${REGKEY}\Components" Main 1
8685
!insertmacro InstallVCredist

0 commit comments

Comments
 (0)