Build installer to Build directory in project root.
Currently installer is build to subdirectory of the iss file which is not obvious place to find it. Also it is not good practice to build executables to source directories.
This commit is contained in:
parent
ecc8d19c13
commit
91c8a5f1f0
|
@ -47,6 +47,7 @@ LicenseFile=..\COPYING
|
||||||
OutputBaseFilename={#MyAppName}-{#AppVersion}-setup
|
OutputBaseFilename={#MyAppName}-{#AppVersion}-setup
|
||||||
|
|
||||||
ChangesEnvironment=yes
|
ChangesEnvironment=yes
|
||||||
|
OutputDir=..\Build
|
||||||
|
|
||||||
Compression=lzma/ultra
|
Compression=lzma/ultra
|
||||||
InternalCompressLevel=ultra
|
InternalCompressLevel=ultra
|
||||||
|
|
Loading…
Reference in New Issue