Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit e63ce2f

Browse files
committed
build test
1 parent 1b13d4a commit e63ce2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forge.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const config = {
2626
identity: process.env.OSX_SIGN_IDENTITY,
2727
'hardened-runtime': true,
2828
'gatekeeper-assess': false,
29-
'entitlements': 'src/entitlements.plist',
30-
'entitlements-inherit': 'src/entitlements.plist',
29+
'entitlements': 'static/entitlements.plist',
30+
'entitlements-inherit': 'static/entitlements.plist',
3131
'signature-flags': 'library'
3232
},
3333
osxNotarize: {

0 commit comments

Comments
 (0)