Skip to content

Commit

Permalink
modified windows install script
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Mar 8, 2019
1 parent cdcf78f commit 662219a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packaging/windows/olive.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ Section "Olive (required)"

SetOutPath $INSTDIR

!ifdef X64
File /r olive-w64\*
!else
File /r olive-w32\*
!endif
File /r olive\*

WriteUninstaller "$INSTDIR\uninstall.exe"

Expand Down

0 comments on commit 662219a

Please sign in to comment.