[geany/geany-plugins] 05b1af: Windows: Add and use geany-plugins.ico for the Windows installer
Enrico Tröger
git-noreply at xxxxx
Tue Sep 7 22:03:36 UTC 2021
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Tue, 07 Sep 2021 22:03:36 UTC
Commit: 05b1af8ef8ef94e6a6ce78b6fc869a1edc21d04f
https://github.com/geany/geany-plugins/commit/05b1af8ef8ef94e6a6ce78b6fc869a1edc21d04f
Log Message:
-----------
Windows: Add and use geany-plugins.ico for the Windows installer
The icon is jus a copy of the Geany icon.
Also fix the filename of the used license file.
Modified Paths:
--------------
build/geany-plugins.ico
build/geany-plugins.nsi
Modified: build/geany-plugins.ico
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: build/geany-plugins.nsi
6 lines changed, 2 insertions(+), 4 deletions(-)
===================================================================
@@ -89,15 +89,13 @@ ReserveFile "${NSISDIR}\Plugins\x86-unicode\InstallOptions.dll"
ReserveFile "${NSISDIR}\Plugins\x86-unicode\LangDLL.dll"
!define MUI_ABORTWARNING
-; FIXME hard-coded path...should we add geany.ico to the geany-plugins repo?
-!define MUI_ICON "..\geany\icons\geany.ico"
+!define MUI_ICON "geany-plugins.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall-full.ico"
; Welcome page
!insertmacro MUI_PAGE_WELCOME
; License page
-; FIXME
-!insertmacro MUI_PAGE_LICENSE "${GEANY_PLUGINS_RELEASE_DIR}\share\doc\geany-plugins\addons\Copying"
+!insertmacro MUI_PAGE_LICENSE "${GEANY_PLUGINS_RELEASE_DIR}\share\doc\geany-plugins\addons\COPYING"
; Components page
!insertmacro MUI_PAGE_COMPONENTS
; Directory 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