1
0
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:
Cristian Beskid
2017-08-15 13:52:01 +02:00
parent a46b8d3079
commit a9acde07d1

View File

@@ -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",