Skip to content

Commit

Permalink
package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Sep 24, 2024
1 parent 75efc19 commit 52ae8bf
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 810 deletions.
14 changes: 9 additions & 5 deletions package-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"start": "npm run rebuild && NODE_ENV=DEV electron .",
"start-debug": "NODE_ENV=DEV electron --inspect=5858 .",
"start_windows": "set NODE_ENV=DEV && electron .",
"lint": "npx eslint ./",
"lint-fix": "npx eslint ./ --fix",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down Expand Up @@ -51,16 +52,19 @@
]
}
],
"afterSign": "electron-builder-notarize",
"mac": {
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "./build/entitlements.mac.inherit.plist",
"entitlementsInherit": "./build/entitlements.mac.inherit.plist",
"target": [
"dmg"
],
"category": "public.app-category.developer-tools"
"target": {
"target": "dmg",
"arch": [
"x64"
]
},
"category": "public.app-category.developer-tools",
"notarize": true
},
"linux": {
"target": [
Expand Down
Loading

0 comments on commit 52ae8bf

Please sign in to comment.