Skip to content

Commit af69ba8

Browse files
committed
调试:测试打包
1 parent a8b22e0 commit af69ba8

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/main-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- os: ubuntu-latest
17-
arch: [arm64, amd64]
16+
# - os: ubuntu-latest
17+
# arch: [arm64, amd64] , amd64
1818
- os: macos-latest
19-
arch: [arm64, amd64]
20-
- os: windows-latest
21-
arch: [arm64, amd64]
19+
arch: [arm64]
20+
# - os: windows-latest
21+
# arch: [arm64, amd64]
2222

2323
steps:
2424
- name: Checkout Code

release/entitlements.mac.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<true/>
1313
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
1414
<true/>
15+
<key>com.apple.security.cs.disable-library-validation</key>
16+
<true/>
1517
<key>com.apple.security.device.input-monitor</key>
1618
<true/>
1719
<key>com.apple.security.automation.apple-events</key>

0 commit comments

Comments
 (0)