This commit is contained in:
2025-07-24 12:06:09 -07:00
parent 4e22ca8714
commit 49b696c898
4 changed files with 7 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ build-release:
@rm -rf ./EpochSilicon.app
@echo "Building optimized release version..."
CGO_ENABLED=1 GOOS=darwin GOARCH=arm64 go build \
-ldflags="-s -w" \
-ldflags="-s -w -X main.appVersion=$$(grep Version FyneApp.toml | cut -d'"' -f2)" \
-trimpath \
-tags=release \
-o epochsilicon .