From 75cfd223f158edfa9434e21c7f0fbe7e05701cf8 Mon Sep 17 00:00:00 2001 From: DrazharLn Date: Thu, 1 Aug 2019 13:16:28 +0100 Subject: [PATCH] Put installers in dist dir --- ##patcher/SMACX Patch.nsi | 2 +- dist/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 dist/.gitignore diff --git a/##patcher/SMACX Patch.nsi b/##patcher/SMACX Patch.nsi index 020278f..d4df07a 100644 --- a/##patcher/SMACX Patch.nsi +++ b/##patcher/SMACX Patch.nsi @@ -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" ###################################################################### diff --git a/dist/.gitignore b/dist/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/dist/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore