v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit e255340989 - Show all commits

View File

@@ -183,7 +183,7 @@ jobs:
echo "✅ Build version for Apple: $BUILD_VERSION"
# Build with custom buildVersion without modifying package.json
npm run build && electron-builder --mac --universal --config.buildVersion="$BUILD_VERSION"
npm run build && npx electron-builder --mac --universal --config.buildVersion="$BUILD_VERSION"
- name: List release directory
if: steps.check_certs.outputs.has_certs == 'true'