Skip to content

uukelele-scratch/mindcraft-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mindcraft-gui

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.

Build instructions [DEV]

  1. Clone the repo:
    git clone https://github.com/uukelele-scratch/mindcraft-gui.git && cd mindcraft-gui
  2. Install requirements:
    python -m pip install -r src/requirements.txt
    You need to install requirements, so that PyInstaller can include them in the build.
  3. Build:
    .\build.bat
  4. 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.

About

Installer + GUI for Mindcraft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published