v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
2 changed files with 3 additions and 8 deletions
Showing only changes of commit c38cfc2850 - Show all commits

View File

@@ -169,17 +169,11 @@ jobs:
echo "Imported certificates:"
security find-identity -v -p codesigning $KEYCHAIN_PATH
- name: Set version for build
if: steps.check_certs.outputs.has_certs == 'true'
run: |
# Auto-increment patch version based on run number
npm version 1.8.${{ github.run_number }} --no-git-tag-version
cat package.json | grep version
- name: Build macOS App Store Package
if: steps.check_certs.outputs.has_certs == 'true'
env:
ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES: true
BUILD_NUMBER: ${{ github.run_number }}
run: npm run build:mac
- name: List release directory

View File

@@ -64,7 +64,7 @@
"target": [
{
"target": "mas",
"arch": ["x64", "arm64"]
"arch": "universal"
}
],
"icon": "public/icon.icns",
@@ -77,6 +77,7 @@
"minimumSystemVersion": "10.15"
},
"mas": {
"bundleVersion": "${env.BUILD_NUMBER}",
"provisioningProfile": "build/Termix_Mac_App_Store.provisionprofile",
"entitlements": "build/entitlements.mas.plist",
"entitlementsInherit": "build/entitlements.mas.inherit.plist",