Skip to content

Commit

Permalink
Merge pull request #160 from rejas/naming
Browse files Browse the repository at this point in the history
Use ottoblockly name where appropiate
  • Loading branch information
cparrapa authored Mar 15, 2022
2 parents 1211c27 + 32151d3 commit be10ce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"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",
"license": "GNU General Public License v2.0",
"license": "GPL-2.0",
"main": "electronApp.js",
"keywords": [
"blockly",
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 be10ce9

Please sign in to comment.