[geany/geany-plugins] e5ba8a: Windows installer: install util library

Enrico Tröger git-noreply at xxxxx
Sun Oct 15 14:11:32 UTC 2017


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 15 Oct 2017 14:11:32 UTC
Commit:      e5ba8a780231e2d1f227299df843fb0d076bc1aa
             https://github.com/geany/geany-plugins/commit/e5ba8a780231e2d1f227299df843fb0d076bc1aa

Log Message:
-----------
Windows installer: install util library


Modified Paths:
--------------
    build/geany-plugins.nsi

Modified: build/geany-plugins.nsi
7 lines changed, 6 insertions(+), 1 deletions(-)
===================================================================
@@ -105,6 +105,9 @@ Section "!Program Files" SEC01
 	SectionIn RO 1 2
 	SetOverwrite ifnewer
 
+	SetOutPath "$INSTDIR\bin"
+	File /r "${RESOURCEDIR}\bin\libgeanypluginutils-0.dll"
+
 	SetOutPath "$INSTDIR\lib"
 	File /r "${RESOURCEDIR}\lib\*.dll"
 
@@ -154,6 +157,7 @@ SectionEnd
 Section Uninstall
 	Delete "$INSTDIR\ReadMe.Dependencies.Geany-Plugins.txt"
 	Delete "$INSTDIR\uninst-plugins.exe"
+	Delete "$INSTDIR\bin\libgeanypluginutils-0.dll"
 	Delete "$INSTDIR\lib\geany\addons.dll"
 	Delete "$INSTDIR\lib\geany\autoclose.dll"
 	Delete "$INSTDIR\lib\geany\automark.dll"
@@ -252,7 +256,7 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libicutest58.dll"
 	Delete "$INSTDIR\bin\libicutu58.dll"
 	Delete "$INSTDIR\bin\libicuuc58.dll"
-	Delete "$INSTDIR\bin\libidn-11.dll"
+	Delete "$INSTDIR\bin\libidn2-0.dll"
 	Delete "$INSTDIR\bin\libjavascriptcoregtk-1.0-0.dll"
 	Delete "$INSTDIR\bin\libjavascriptcoregtk-3.0-0.dll"
 	Delete "$INSTDIR\bin\libjpeg-8.dll"
@@ -330,6 +334,7 @@ Section Uninstall
 	FindClose $0
 
 	; only if empty
+	RMDir "$INSTDIR\bin"
 	RMDir "$INSTDIR\lib\geany"
 	RMDir "$INSTDIR\lib"
 	RMDir "$INSTDIR\libexec"



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list