Remove duplicate productName entries from package.json

This commit is contained in:
Avi 2026-08-23 11:06:32 -05:00
commit 24b34b6f93

View file

@ -1,7 +1,6 @@
{ {
"name": "keynectr", "name": "keynectr",
"productName": "Keynectr", "productName": "Keynectr",
"productName": "Nostr Feed Manager",
"version": "0.1.0", "version": "0.1.0",
"description": "A friendly Linux desktop app for managing Nostr profiles and publishing text notes.", "description": "A friendly Linux desktop app for managing Nostr profiles and publishing text notes.",
"private": true, "private": true,
@ -47,7 +46,6 @@
}, },
"build": { "build": {
"appId": "dev.nostfeedmanager.desktop", "appId": "dev.nostfeedmanager.desktop",
"productName": "Nostr Feed Manager",
"directories": { "directories": {
"output": "release", "output": "release",
"buildResources": "build" "buildResources": "build"