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