From 4f9e7074b58dcc040fcfce2a54e0d69caf2ef6c8 Mon Sep 17 00:00:00 2001 From: Beau Gunderson Date: Sat, 21 Sep 2024 14:58:31 -0600 Subject: [PATCH] add workaround for bug in 0.78.1; will no longer be needed in 0.79.1 --- package.nw/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.nw/package.json b/package.nw/package.json index 42af186c..d325d8ca 100644 --- a/package.nw/package.json +++ b/package.nw/package.json @@ -15,6 +15,9 @@ "width": 860, "height": 652 }, + "icons": { + "256": "gridview.png" + }, "webkit": { "plugin": true }, @@ -36,7 +39,7 @@ "CFBundleIdentifier": "org.gridtracker.gridtracker", "CFBundleDocumentTypes": [], "NSLocalNetworkUsageDescription": "GridTracker needs access to the local network to talk to WSJT-X", - "NSDocumentsFolderUsageDescription" : "GridTracker needs access to your documents folder to store logs" + "NSDocumentsFolderUsageDescription": "GridTracker needs access to your documents folder to store logs" } }, "win": {