BlocklyDuino / BlocklyDuino2Electron

Electron version of BlocklyDuino2, autonomous client, multi OS with uploading integrated
GNU General Public License v3.0
22 stars 13 forks source link

Javascript error: unable to find icon.ico #4

Closed Sanyam02 closed 4 years ago

Sanyam02 commented 4 years ago

image

image could not be created from icon.ico.

Process followed as mentioned in the repository still unable to build it.

SebCanet commented 4 years ago

Yeah, quite strange...even if you launch it again? It's on the TODOlist...

Sanyam02 commented 4 years ago

Yes did it multiple times and even had cleared everything and started over. But facing the same issue. If you could let me know how to find it on my end or if can help me with remote assistance.

SebCanet commented 4 years ago

When you launch the exe Windows version, there's no pb. You have to comment/uncomment lines in main.js files, and also in html files, if you want to launch it from npm command line.

Sanyam02 commented 4 years ago

How to build my own version following this repository?

SebCanet commented 4 years ago

Follow steps on README file (https://github.com/BlocklyDuino/BlocklyDuino2Electron/blob/master/README.md), just you need to unzip in 'www' folder the original BlocklyDuino2 (https://github.com/BlocklyDuino/BlocklyDuino-v2). The compiler is just the Windows version, still working on multi-OS version.