Kaydet (Commit) fadb7b7a authored tarafından Enrico Tröger's avatar Enrico Tröger

Install symbol list icons with the installer. Use Geany's icon for the installer.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1865 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 2dd1913d
......@@ -3,6 +3,9 @@
* src/build.c, src/callbacks.c: Change quotes in some error messages to
be more consistent (thanks Frank).
* doc/geany.txt: Add notice about code navigation history.
* src/geany.nsi:
Install symbol list icons with the installer.
Use Geany's icon for the installer.
2007-09-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
......
......@@ -78,8 +78,8 @@ FunctionEnd
!include "MUI.nsh"
!define MUI_ABORTWARNING
#!define MUI_ICON "pixmaps\geany.ico"
#!define MUI_UNICON "pixmaps\win-uninstall.ico"
!define MUI_ICON "pixmaps\geany.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall-full.ico"
; Welcome page
!insertmacro MUI_PAGE_WELCOME
......@@ -130,6 +130,9 @@ Section "!Program Files" SEC01
File "${RESOURCEDIR}\data\GPL-2"
File "${RESOURCEDIR}\data\file*"
SetOutPath "$INSTDIR\share"
File /r "${RESOURCEDIR}\share\*"
SetOutPath "$INSTDIR"
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment