mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: make mac build work again?? #5252
This commit is contained in:
parent
cb824b54a1
commit
22e3b68497
2 changed files with 6 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -196,7 +196,7 @@ jobs:
|
|||
${{ runner.os }}-node-
|
||||
|
||||
- name: Workaround for nx issue and dmg licence issue
|
||||
run: npm install @nx/nx-darwin-arm64 dmg-license
|
||||
run: npm install @nx/nx-darwin-arm64 @nx/nx-darwin-x64 dmg-license
|
||||
|
||||
- name: Install npm Packages
|
||||
# if: steps.npm-cache.outputs.cache-hit != 'true'
|
||||
|
|
|
|||
|
|
@ -123,6 +123,11 @@ mac:
|
|||
provisioningProfile: embedded.provisionprofile
|
||||
darkModeSupport: true
|
||||
notarize: true
|
||||
mergeASARs: true
|
||||
x64ArchFiles:
|
||||
- '**/@nx/nx-darwin-x64/**'
|
||||
arm64ArchFiles:
|
||||
- '**/@nx/nx-darwin-arm64/**'
|
||||
extendInfo:
|
||||
ITSAppUsesNonExemptEncryption: false
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue