Skip to content

Commit

Permalink
Windows: Updated NSIS file to include latest files.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shaduri <[email protected]>
  • Loading branch information
ashaduri committed Feb 4, 2022
1 parent 35c8efa commit 49b3d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/nsis/gsmartcontrol.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ SectionIn 1 RO
SetOverwrite On
File *.exe
File *.dll
File gsmartcontrol.exe.manifest
File gsmartcontrol.ico
File icon_*.png
File drivedb.h
Expand All @@ -147,6 +146,7 @@ SectionIn 1 RO
; GTK and stuff
File /r etc
File /r share
File /r lib

; Add Shortcuts (this inherits the exe's run permissions)
CreateShortCut "$SMPROGRAMS\GSmartControl.lnk" "$INSTDIR\gsmartcontrol.exe" "" \
Expand Down Expand Up @@ -228,7 +228,6 @@ Section Uninstall

Delete "$INSTDIR\*.exe"
Delete "$INSTDIR\*.dll"
Delete "$INSTDIR\gsmartcontrol.exe.manifest"
Delete "$INSTDIR\gsmartcontrol.ico"
Delete "$INSTDIR\icon_*.png"

Expand All @@ -241,6 +240,7 @@ Section Uninstall
; GTK and stuff
RMDir /r "$INSTDIR\etc"
RMDir /r "$INSTDIR\share"
RMDir /r "$INSTDIR\lib"

; clean up generated stuff
Delete "$INSTDIR\*stdout.txt"
Expand Down

0 comments on commit 49b3d2b

Please sign in to comment.