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 0 deletions
Showing only changes of commit b0156cba4a - Show all commits

View File

@@ -156,6 +156,8 @@ jobs:
- name: Build macOS App Store Package
if: steps.check_certs.outputs.has_certs == 'true'
env:
BUILD_NUMBER: ${{ github.run_number }}
run: npm run build:mac
- name: List release directory

View File

@@ -77,6 +77,7 @@
"minimumSystemVersion": "10.15"
},
"mas": {
"buildVersion": "${env.BUILD_NUMBER}",
"provisioningProfile": "build/Termix_Mac_App_Store.provisionprofile",
"entitlements": "build/entitlements.mas.plist",
"entitlementsInherit": "build/entitlements.mas.inherit.plist",