fix: Improve macOS support
This commit is contained in:
2
.github/workflows/electron-build.yml
vendored
2
.github/workflows/electron-build.yml
vendored
@@ -156,6 +156,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build macOS App Store Package
|
- name: Build macOS App Store Package
|
||||||
if: steps.check_certs.outputs.has_certs == 'true'
|
if: steps.check_certs.outputs.has_certs == 'true'
|
||||||
|
env:
|
||||||
|
BUILD_NUMBER: ${{ github.run_number }}
|
||||||
run: npm run build:mac
|
run: npm run build:mac
|
||||||
|
|
||||||
- name: List release directory
|
- name: List release directory
|
||||||
|
|||||||
@@ -77,6 +77,7 @@
|
|||||||
"minimumSystemVersion": "10.15"
|
"minimumSystemVersion": "10.15"
|
||||||
},
|
},
|
||||||
"mas": {
|
"mas": {
|
||||||
|
"buildVersion": "${env.BUILD_NUMBER}",
|
||||||
"provisioningProfile": "build/Termix_Mac_App_Store.provisionprofile",
|
"provisioningProfile": "build/Termix_Mac_App_Store.provisionprofile",
|
||||||
"entitlements": "build/entitlements.mas.plist",
|
"entitlements": "build/entitlements.mas.plist",
|
||||||
"entitlementsInherit": "build/entitlements.mas.inherit.plist",
|
"entitlementsInherit": "build/entitlements.mas.inherit.plist",
|
||||||
|
|||||||
Reference in New Issue
Block a user