Skip to content

Commit

Permalink
r0b08x [chore] 5/21/2024, 1:00:55 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 20, 2024
1 parent 86018b2 commit 399d6c4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@
"build-save": {

"afterSign": "scripts/notarize.js",
"entitlements": "artifacts/apple/entitlements/entitlements.plist",
"entitlementsInherit": "artifacts/apple/entitlements/entitlementsInherit.plist"
"mac": {
"entitlements": "artifacts/apple/entitlements/entitlements.plist",
"entitlementsInherit": "artifacts/apple/entitlements/entitlementsInherit.plist",
"provisioningProfile": "p3xredisui.provisionprofile"
}
},
"build": {
"afterAllArtifactBuild": "./node_modules/corifeus-builder/src/utils/appimage/after-all-artifact-build.js",
Expand Down Expand Up @@ -127,8 +130,7 @@
"hardenedRuntime": true,
"icon": "artifacts/apple/icons/redis.icns",
"gatekeeperAssess": false,
"identity": "Patrik László (3GB3S9SH84)",
"provisioningProfile": "p3xredisui.provisionprofile",
"identity": "Patrik László (3GB3S9SH84)",
"extendInfo": {
"ElectronTeamID": "3GB3S9SH84"
},
Expand All @@ -137,7 +139,7 @@
},
"target": [
{
"target": "mas",
"target": "default",
"arch": [
"universal"
]
Expand Down

0 comments on commit 399d6c4

Please sign in to comment.