From 1d1890f3ee32a0112c9c9ef55221f88e4041c226 Mon Sep 17 00:00:00 2001 From: veeck Date: Mon, 14 Mar 2022 21:29:34 +0100 Subject: [PATCH 1/2] Use ottoblockly name where appropiate package-json entry should be all lowercase as per convention --- build/{blocklino.nsh => ottoblockly.nsh} | 0 package.json | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename build/{blocklino.nsh => ottoblockly.nsh} (100%) diff --git a/build/blocklino.nsh b/build/ottoblockly.nsh similarity index 100% rename from build/blocklino.nsh rename to build/ottoblockly.nsh diff --git a/package.json b/package.json index fe321db07..263d8736d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "OttoBlockly", + "name": "ottoblockly", "version": "1.4.6", "description": "Blockly and Arduino coding standalone App for Otto DIY robot", "author": "Otto DIY and Builder community", @@ -37,7 +37,7 @@ "publier": "build --win --ia32 -p always" }, "build": { - "appId": "com.electron.blocklino", + "appId": "com.electron.ottoblockly", "asar": false, "directories": { "buildResources": "./build", @@ -51,7 +51,7 @@ "deleteAppDataOnUninstall": true, "allowToChangeInstallationDirectory": true, "runAfterFinish": true, - "include": "build/blocklino.nsh" + "include": "build/ottoblockly.nsh" }, "win": { "target": [ From 32151d3100a4ee5a71d9ef40eb6274192032af3e Mon Sep 17 00:00:00 2001 From: rejas Date: Sun, 13 Mar 2022 22:23:18 +0100 Subject: [PATCH 2/2] Fix license field in package json npm complains about the verbose string for the gpl-2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 263d8736d..2e5703886 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.4.6", "description": "Blockly and Arduino coding standalone App for Otto DIY robot", "author": "Otto DIY and Builder community", - "license": "GNU General Public License v2.0", + "license": "GPL-2.0", "main": "electronApp.js", "keywords": [ "blockly",