diff --git a/Makefile b/Makefile index aa32e87..aeb0ea7 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ release: lint @echo "Building release $(VERSION)..." wails build -clean -ldflags "$(LDFLAGS)" @xattr -cr "build/bin/Daily Timer.app" 2>/dev/null || true - @mkdir -p dist + @rm -rf dist && mkdir -p dist cd build/bin && zip -r "../../dist/Daily-Timer-$(VERSION)-macos-arm64.zip" "Daily Timer.app" @echo "Release package: dist/Daily-Timer-$(VERSION)-macos-arm64.zip" @ls -lh dist/*.zip