Closed bookdude13 closed 7 years ago
Bump
Is that the binary you used? Did you have a problem running?
I found a binary in the repo. You're not supposed to have binaries in a repo, since each system will built its own. Normally binaries land in an ./out/
or ./bin/
directory that can be added to .gitignore
Ok, will move into an ignored ./bin directory. This can also be tweaked in PR #8 by providing the path to the proton_cli binary instead of copying it.
Got interesting "library not found" errors when running from the .bin directory. Ended up running cargo install
on proton-cli, adding $HOME/.cargo/bin to my path, then assumed that the proton-cli binary could be found. This is cleaner anyway.
Pretty much the whole implementation of the runner in this pull request. I can break it up into a few smaller ones if desired. Mostly trying to get back to master, since I did a poor job syncing my branch with master during development.