new Graphics folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3105 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3da170735a
commit
9dcb1667f6
2 changed files with 4 additions and 4 deletions
|
@ -17,8 +17,8 @@ Function .onGUIInit
|
|||
# the plugins dir is automatically deleted when the installer exits
|
||||
InitPluginsDir
|
||||
# lets extract some bitmaps...
|
||||
File /oname=$PLUGINSDIR\1.bmp "${NSISDIR}\Contrib\Icons\modern-wizard llama.bmp"
|
||||
File /oname=$PLUGINSDIR\2.bmp "${NSISDIR}\Contrib\Icons\modern.bmp"
|
||||
File /oname=$PLUGINSDIR\1.bmp "${NSISDIR}\Contrib\Graphics\Wizard\llama.bmp"
|
||||
File /oname=$PLUGINSDIR\2.bmp "${NSISDIR}\Contrib\Graphics\Checks\modern.bmp"
|
||||
|
||||
!ifdef DEBUG
|
||||
# turn return values on if in debug mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue