Skip to content

Commit

Permalink
调试:测试打包
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Jan 22, 2025
1 parent a8b22e0 commit af69ba8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
arch: [arm64, amd64]
# - os: ubuntu-latest
# arch: [arm64, amd64] , amd64
- os: macos-latest
arch: [arm64, amd64]
- os: windows-latest
arch: [arm64, amd64]
arch: [arm64]
# - os: windows-latest
# arch: [arm64, amd64]

steps:
- name: Checkout Code
Expand Down
2 changes: 2 additions & 0 deletions release/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.input-monitor</key>
<true/>
<key>com.apple.security.automation.apple-events</key>
Expand Down

0 comments on commit af69ba8

Please sign in to comment.