basic icon tests to avoid bugs like #2572035
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5936 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3bb9ec28f8
commit
f4a282b8eb
3 changed files with 28 additions and 0 deletions
13
Source/Tests/icon1.nsi
Normal file
13
Source/Tests/icon1.nsi
Normal file
|
@ -0,0 +1,13 @@
|
|||
OutFile icon1.exe
|
||||
Name icon1
|
||||
|
||||
Icon "${NSISDIR}\Contrib\Graphics\Icons\arrow-install.ico"
|
||||
UninstallIcon "${NSISDIR}\Contrib\Graphics\Icons\nsis1-install.ico"
|
||||
|
||||
Section
|
||||
Return
|
||||
WriteUninstaller $TEMP\uninst.exe
|
||||
SectionEnd
|
||||
|
||||
Section uninstall
|
||||
SectionEnd
|
Loading…
Add table
Add a link
Reference in a new issue