Skip to content

Commit

Permalink
notarize work
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdadams committed Dec 27, 2024
1 parent d47fe32 commit 57e6414
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
"build": {
"appId": "com.josephadams.beacon",
"productName": "beacon",
"files": [
"dist/**/*",
"public/**/*",
"assets/**/*"
],
"mac": {
"target": [
{
Expand All @@ -29,7 +24,7 @@
}
],
"category": "public.app-category.utilities",
"icon": "assets/tray-icon.png",
"icon": "static/icon.png",
"identity": "Joseph Adams (R2PY2DC3A4)",
"extendInfo": {
"NSApplicationSupportsSecureRestorableState": true,
Expand All @@ -42,7 +37,7 @@
},
"win": {
"target": "nsis",
"icon": "assets/icon.ico"
"icon": "static/icon.ico"
},
"linux": {
"target": "AppImage",
Expand Down

0 comments on commit 57e6414

Please sign in to comment.