Remove duplicate productName entries from package.json
This commit is contained in:
parent
6ead6f418c
commit
24b34b6f93
1 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue