Amber
Amber
I'll look into packaging later and add a PR if I can get it to work.
I've been looking into this, and found [gosu/ruby-app](https://github.com/gosu/ruby-app). For this to work, you just put the `.rb` file inside and then run the app. However, due to gemfiles and dependencies....
Right, ok. I'll see if I can do anything but it seems unlikely as I don't know Ruby, gemfiles etc.
Thanks! It's probably not the best idea coming at this project with no prior experience with packaging in any language, but I'll give it a shot. ~~After removing the open...
Thanks, forgot about the gitignore. However, `ruby.app` contains all of the code and is the bundled macOS application. The code is found inside `Ruby.app/Contents/Resources` To make the bundle smaller, I'll...
What version would you recommend? I've got `ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]`
Oh, mine is really old. Thanks, I'll update that. _I'll have to draft this for a while, I'm not an administrator on my computer, so I need to wait a...
I've updated Ruby now and it seems to have had no effect. Same error as above with `ruby --version` returning `ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x86_64-darwin19]` _Nevermind, the `.app` contains...
Ok, thanks. That makes sense. As a suggestion, you could make a simple webserver with Flask that has the token in. You could then make a `POST` request to the...
I could do that, but since the code is going to be stored in plain text with this distribution method, it doesn't seem like a good idea to add a...