Skip to content

Commit

Permalink
Windows: install and remove new run script helper in the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Nov 13, 2016
1 parent d61b92f commit b9605ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geany.nsi.in
Expand Up @@ -133,6 +133,9 @@ Section "!Program Files" SEC01
File "${RESOURCEDIR}\bin\Geany.exe"
File "${RESOURCEDIR}\bin\*Geany*.dll"

SetOutPath "$INSTDIR\libexec"
File /r "${RESOURCEDIR}\libexec\*"

SetOutPath "$INSTDIR\data"
File "${RESOURCEDIR}\data\GPL-2"
File "${RESOURCEDIR}\data\filetype_extensions.conf"
Expand Down Expand Up @@ -307,6 +310,7 @@ Section Uninstall
RMDir /r "$INSTDIR\etc"
RMDir /r "$INSTDIR\include"
RMDir /r "$INSTDIR\lib"
RMDir /r "$INSTDIR\libexec"
RMDir /r "$INSTDIR\share"
RMDir "$INSTDIR"

Expand Down

0 comments on commit b9605ee

Please sign in to comment.