Skip to content

Commit dc59af3

Browse files
committed
remove macos quarantine flags
1 parent 3206ccd commit dc59af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "electron .",
88
"build": "./build.sh --win --linux --x64",
9-
"mac": "./build.sh --mac --arm64"
9+
"mac": "./build.sh --mac --arm64 && xattr -d com.apple.quarantine dist/*.dmg"
1010
},
1111
"build": {
1212
"appId": "dev.colbster937.webmcdesktop",

0 commit comments

Comments
 (0)