Skip to content

Commit

Permalink
fix: ensure name doesn't abbreviate in about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Aug 30, 2024
1 parent 81d9a11 commit 8e5246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-electron-app",
"version": "1.0.0",
"description": "Example Electron Application",
"productName": "Example Electron App",
"productName": "Example Electron Application",
"main": "./dist/main.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8e5246f

Please sign in to comment.