Skip to content

Commit

Permalink
attempt to fix Auto Updater OttoDIY#4
Browse files Browse the repository at this point in the history
  • Loading branch information
cparrapa committed Feb 12, 2020
1 parent 2057679 commit ebca748
Show file tree
Hide file tree
Showing 7 changed files with 3,343 additions and 47 deletions.
358 changes: 329 additions & 29 deletions LICENSE.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ This is a free and open source visual programming language based on Blockly from
## [Watch the video to see all the main features](https://youtu.be/chcWxh4Co_c)

## Installer
This software already works offline on Windows operating systems. You can [download the latest release from our website directly](https://www.ottodiy.com/#blockly-and-app), it is ready to use, no need to install libraries or additional setup or even Arduino IDE, it is all integrated, ready to use. Only if your computer do not recognize the USB device or Otto, you have to install the CH341 driver that is also [here in the "pilotes" folder.](https://github.com/OttoDIY/blockly/tree/master/pilotes/_CH341)
This software already works offline on Windows operating systems. You can [download the latest release from our website directly](https://www.ottodiy.com/#blockly), it is ready to use, no need to install libraries or additional setup or even Arduino IDE, it is all integrated, ready to use. Only if your computer do not recognize the USB device or Otto, you have to install the CH341 driver that is also [here in the "pilotes" folder.](https://github.com/OttoDIY/blockly/tree/master/pilotes/_CH341)

MAC and Linux version are under development, as some requested and as much as we want them to be ready too, unfortunately, there are not many collaborators, neither committed volunteers even for very simpple BETA Tests, so WE NEED YOU!, if you really need this software for your OS, help, please don't ask when it would be available, since it only will be ready, if you collaborate with us.
MAC and Linux version are under development, as some requested and as much as we want them to be ready too, unfortunately, there are not many collaborators, neither committed volunteers even for very simple BETA Tests, so WE NEED YOU!, if you really need this software for your OS, help us please and don't ask when it would be available, since it only will be ready with your support..

## Online APP
Otto Blockly is also a web tool. You can [give it a try here.](https://ottodiy.github.io/blockly/) BUT the USB device cannot be recognized by the browser, therefore you won't be able to compile or upload the code.., although you can just simple copy and paste the generated code into your [local Arduino IDE](https://www.arduino.cc/en/Main/Software), therefore you can already use this tool from any operative system.
Expand Down
4 changes: 2 additions & 2 deletions app-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
owner: fontainejp
repo: blocklino
owner: OttoDIY
repo: blockly
provider: github
8 changes: 4 additions & 4 deletions build/blocklino.nsh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
!macro preInit
SetRegView 64
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Blocklino"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Blocklino"
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\OttoBlockly"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\OttoBlockly"
SetRegView 32
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Blocklino"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Blocklino"
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\OttoBlockly"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\OttoBlockly"
!macroend
4 changes: 2 additions & 2 deletions dev-app-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
owner: fontainejp
repo: blocklino
owner: OttoDIY
repo: blockly
provider: github
Loading

0 comments on commit ebca748

Please sign in to comment.