Put installers in dist dir

This commit is contained in:
DrazharLn 2019-08-01 13:16:28 +01:00
parent a49c626deb
commit 75cfd223f1
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@ SetCompressor /SOLID /FINAL LZMA
RequestExecutionLevel admin
Name "${APP_NAME}"
Caption "${APP_NAME} v${VERSION_SHRT} Installer"
OutFile "SMACX_UP_v${VERSION_SHRT}_Installer.exe"
OutFile "../dist/SMACX_UP_v${VERSION_SHRT}_Installer.exe"
######################################################################

2
dist/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore