added "-setup" suffix to installer output file name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4445 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
47b2ca9bcb
commit
4ca94f6615
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
!ifdef OUTFILE
|
||||
OutFile "${OUTFILE}"
|
||||
!else
|
||||
OutFile ..\nsis-${VERSION}.exe
|
||||
OutFile ..\nsis-${VERSION}-setup.exe
|
||||
!endif
|
||||
|
||||
SetCompressor /SOLID lzma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue