Skip to content

Commit

Permalink
Use ottoblockly name where appropiate
Browse files Browse the repository at this point in the history
package-json entry should be all lowercase as per convention
  • Loading branch information
veeck committed Mar 14, 2022
1 parent 1cc7e96 commit 1d1890f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -37,7 +37,7 @@
"publier": "build --win --ia32 -p always"
},
"build": {
"appId": "com.electron.blocklino",
"appId": "com.electron.ottoblockly",
"asar": false,
"directories": {
"buildResources": "./build",
Expand All @@ -51,7 +51,7 @@
"deleteAppDataOnUninstall": true,
"allowToChangeInstallationDirectory": true,
"runAfterFinish": true,
"include": "build/blocklino.nsh"
"include": "build/ottoblockly.nsh"
},
"win": {
"target": [
Expand Down

0 comments on commit 1d1890f

Please sign in to comment.