mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Add missing 'productName' attribute to package.json
Fixes incorrect application name displayed in linux/gnome-shell. See BoostIO/Boostnote#251
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "boost",
|
"name": "boost",
|
||||||
|
"productName": "Boostnote",
|
||||||
"version": "0.8.14",
|
"version": "0.8.14",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"description": "Boostnote",
|
"description": "Boostnote",
|
||||||
|
|||||||
Reference in New Issue
Block a user