mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📦 Chore(custom): update build param
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -27,6 +27,7 @@ resources/theme/
|
||||
/build/*
|
||||
!/build/icons/
|
||||
!/build/installer.nsh
|
||||
!/build/entitlements.mac.plist
|
||||
release-notes.md
|
||||
.github/prompts
|
||||
.shared/
|
||||
|
||||
12
build/entitlements.mac.plist
Normal file
12
build/entitlements.mac.plist
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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/>
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -15,7 +15,6 @@
|
||||
],
|
||||
"files": ["out/**/*", "resources/**", "package.json", "!**/node_modules/typescript{,/**}"],
|
||||
"dmg": {
|
||||
"sign": false,
|
||||
"contents": [
|
||||
{
|
||||
"x": 410,
|
||||
@@ -41,7 +40,11 @@
|
||||
"arch": ["x64", "arm64"]
|
||||
}
|
||||
],
|
||||
"artifactName": "PicList-${version}-${arch}.${ext}"
|
||||
"artifactName": "PicList-${version}-${arch}.${ext}",
|
||||
"hardenedRuntime": true,
|
||||
"entitlements": "build/entitlements.mac.plist",
|
||||
"entitlementsInherit": "build/entitlements.mac.plist",
|
||||
"notarize": false
|
||||
},
|
||||
"win": {
|
||||
"icon": "resources/icon.ico",
|
||||
|
||||
Reference in New Issue
Block a user