[geany/geany-plugins] 2cabb3: Use a relative path to the Geany icon for the Windows installer
Enrico Tröger
git-noreply at xxxxx
Sat Apr 12 10:04:47 UTC 2014
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat, 12 Apr 2014 10:04:47 UTC
Commit: 2cabb3e572a53701da63dd92a2496ed6928a104c
https://github.com/geany/geany-plugins/commit/2cabb3e572a53701da63dd92a2496ed6928a104c
Log Message:
-----------
Use a relative path to the Geany icon for the Windows installer
Still dirty but a little less than before.
Modified Paths:
--------------
build/geany-plugins.nsi
Modified: build/geany-plugins.nsi
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -70,7 +70,7 @@ Var UNINSTDIR
!define MUI_ABORTWARNING
; FIXME hard-coded path...should we add geany.ico to the geany-plugins repo?
-!define MUI_ICON "\geany_svn\icons\geany.ico"
+!define MUI_ICON "..\geany\icons\geany.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall-full.ico"
; Welcome page
--------------
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