| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…instead of requiring it to be in the same folder as the executable
|
Hi @jSdCool Thanks for this quick fix, I tested it on Windows just now and indeed allows the sketch to be run from any working dir! Thanks! |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
On Linux and Macos an exported sketch can be run from any working directory. Until now that has not been the case on windows. This was caused by the EXEDIR environment variable not being used when forming the class path. This pr makes that simple change, allowing the executable generated from exporting a sketch to be executed on the command line from any working directory.