This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
Build Executable for MasterHamsterKombatBot #303
tboy1337
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have made a github actions workflow to build an executable for windows, mac(ARM) and ubuntu-latest and release them, the problem is that currently it would require the config.py to be built into the executable. This would mean that the only way someone would be able to use this is to fork the repository and add the workflow themselves and they still wouldn’t be able to update the config locally and would need to do it on github so the executable could be built again every time so this isn’t ideal. If we could get the feature added that the bot looks for config.ini not config.py then it would be possible to not build the config into the executable and then therefore the github actions workflow would be 100% working.
Build & Release.yml is the github actions workflow.
Old discussion: #148
Beta Was this translation helpful? Give feedback.
All reactions