Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 14, 2024
1 parent e45803e commit 1568f32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "A Simple Webserver for Localdev with GUI",
"main": "main.js",
"build": {
"afterSign": "scripts/notarize.js",
"appId": "com.greggman.servez",
"asar": true,
"mac": {
Expand All @@ -13,6 +12,9 @@
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist",
"notarize": {
"teamId": "W22XQZGECM"
},
"target": [
{
"target": "dmg",
Expand Down Expand Up @@ -65,7 +67,7 @@
"optionator": "^0.9.4",
"serve-index": "^1.9.1",
"server-destroy": "^1.0.1",
"servez-lib": "^2.8.5"
"servez-lib": "^2.9.3"
},
"devDependencies": {
"@electron/notarize": "^2.3.2",
Expand Down

0 comments on commit 1568f32

Please sign in to comment.