-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional itch.io options. #3
Comments
Looking forward to this. Came here to suggest this myself. In the interim, should something like: scriptArguments.Append(string.format("--userversion {0}", BuildConstants.version)); work when adding it to the Great asset by the way, many thanks. |
Actually that works quite well. I added it to line 65
|
Added "--userversion" option in the latest commit. |
Also, I just want to note that it's best to not reference Unfortunately, I don't have a great interface at the moment for accessing that data at build-time, but most of it is accessible from the arguments passed into |
Thanks for the clarification on that. I knew there must be a better way. |
There are some additional flags available through the itch.io butler command line tool that should probably be surfaced as options.
--verbose
- Provides additional details about push operation.--identity="PATH_TO_CREDENTIALS"
- Allows user to specify path to a specific itch.io API token. Might be nice for people that upload to multiple accounts.--ignore=IGNORE
- Glob pattern of files to ignore.--userversion=USERVERSION
- Since users might already be generating a version number with SuperUnityBuild, they might as well pass it to itch.io for the sake of keeping things consistent.--beeps4life
- Butler emits a system beep when starting a task. BEEPS 4 LIFE.The text was updated successfully, but these errors were encountered: