cproctor / scratch_hue

A helper app to control Philips Hue lights with Scratch
MIT License
5 stars 1 forks source link

How to use it with Scratch 2.0 Offline for Windows (if possible)? #3

Open vsspeedy opened 6 years ago

vsspeedy commented 6 years ago

How to use it with Scratch 2.0 Offline for Windows (if possible)? Thanks!!!

cproctor commented 6 years ago

I don't have a Windows machine to develop or test on, so I can't say for sure. I don't see a reason why this should not work though. One thing you'll need to change is lines 38-39 of scratch_hue_helper, where it tries to save the helper extension file to the desktop--I make an assumption about file paths that's only true for Macs. You can just hard-code a location for where you want the extension file saved.

If you let me know what's not working, I may be able to help debug. Have fun!