Installer + GUI for Mindcraft.
Note
If you've noticed the mentions of "part 1 of the installer", it's because this is going to be distributed via an INNO setup file - the file will extract the _internal
deps folder and main.exe
to the installation folder.
- Clone the repo:
git clone https://github.com/uukelele-scratch/mindcraft-gui.git && cd mindcraft-gui
- Install requirements:
python -m pip install -r src/requirements.txt
- Build:
.\build.bat
- Run!
.\dist\main\main.exe
Note
The app's configuration and other necessary data will be stored in .\dist\main\
by default. However, once this is distributed via INNO Setup and installed to Program Files
or appdata
, it will be structured more like an actual Windows application.