This commit is contained in:
Jerico Thomas
2025-08-01 12:29:34 -04:00
parent 5bf8965693
commit d93ce669b1
8 changed files with 191 additions and 77 deletions

View File

@@ -21,7 +21,7 @@ cd "$SCRIPT_DIR"
# Configuration
APP_NAME="HereIAm"
VERSION="1.0.0"
VERSION="1.0.1"
DMG_NAME="${APP_NAME}-${VERSION}"
APP_PATH="dist/${APP_NAME}.app"
DMG_DIR="dmg_temp"