Skip to content

Commit

Permalink
Rename plist and build on macos-12 too
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 16, 2024
1 parent 7fca639 commit 8d9e66a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release:
strategy:
matrix:
platform: [macos-14]
platform: [macos-12, macos-14]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout Zui
Expand Down
8 changes: 8 additions & 0 deletions apps/zui/darwin.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>
20 changes: 0 additions & 20 deletions apps/zui/default.darwin.plist

This file was deleted.

2 changes: 1 addition & 1 deletion apps/zui/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sign": "./scripts/sign.js"
},
"linux": {"target": ["deb", "rpm"]},
"mac": {"entitlements": "default.darwin.plist", "notarize": {"teamId": "2DBXHXV7KJ"}},
"mac": {"entitlements": "darwin.plist", "notarize": {"teamId": "2DBXHXV7KJ"}},
"rpm": {"depends": ["openssl"]},
"deb": {"depends": ["openssl"]},
"nsis": {"oneClick": false, "perMachine": false},
Expand Down

0 comments on commit 8d9e66a

Please sign in to comment.