[geany/geany-plugins] ac7074: Don't try to install icons which do no longer exist
Enrico Tröger
git-noreply at xxxxx
Sun Nov 19 12:10:45 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, 19 Nov 2017 12:10:45 UTC
Commit: ac70744e485c18434b848daddbff7755d24ea9ce
https://github.com/geany/geany-plugins/commit/ac70744e485c18434b848daddbff7755d24ea9ce
Log Message:
-----------
Don't try to install icons which do no longer exist
Modified Paths:
--------------
build/geany-plugins.nsi
Modified: build/geany-plugins.nsi
3 lines changed, 0 insertions(+), 3 deletions(-)
===================================================================
@@ -111,9 +111,6 @@ Section "!Program Files" SEC01
SetOutPath "$INSTDIR\lib"
File /r "${RESOURCEDIR}\lib\*.dll"
- SetOutPath "$INSTDIR\share\icons"
- File /r "${RESOURCEDIR}\share\icons\*"
-
SetOutPath "$INSTDIR\share\geany-plugins"
File /r "${RESOURCEDIR}\share\geany-plugins\*"
SectionEnd
--------------
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