Skip to content

Commit

Permalink
v0.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
therockerline committed Apr 24, 2024
1 parent a783168 commit d696eba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ out
.yarn/install-state.gz
yarn.lock
certification
electron-builder.env
*.env
3 changes: 2 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ mac:
artifactName: ${name}-${version}.${ext}
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.plist
notarize: true
notarize:
teamId: 8D66VDADVH
target:
#- zip
- dmg
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nethlink",
"version": "0.0.50",
"version": "0.0.51",
"description": "Neth Connector app",
"main": "./out/main/main.js",
"license": "UNLICENSED",
Expand Down

0 comments on commit d696eba

Please sign in to comment.