Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
703 stars 80 forks source link

Add '--no-build' console argument to installer #82

Closed cedricschwyter closed 4 years ago

cedricschwyter commented 4 years ago

This prevents the installer from automatically starting a build. This is useful in continuous integration services such as github actions to get more differentiable error feedbacks (aka. is something with the installation process not working anymore, or is it the build?).