Create Windows installer #53

This commit is contained in:
2025-07-28 11:53:54 -05:00
parent ca9eaf0249
commit a9ebc52514
2 changed files with 1 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ popd
if [ "${PROJECT_IS_MINGW}" == "1" ] && [ -f "${PROJECT_DIST_DIR}/../${PROJECT_NAME}.iss" ]; then
pushd "${PROJECT_DIST_DIR}/../"
if [ "${PROJECT_IS_MINGW_UNIX}" != "1" ]; then
if [ "${PROJECT_IS_MINGW_UNIX}" == "1" ]; then
wine64 "c:/Program Files (x86)/Inno Setup 6/iscc.exe" "${PROJECT_NAME}.iss" || exit 1
else
iscc "${PROJECT_NAME}.iss" || exit 1