Skip to content
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

Build Script for windows #78

Merged
merged 7 commits into from
May 8, 2024
Merged

Build Script for windows #78

merged 7 commits into from
May 8, 2024

Commits on Apr 27, 2024

  1. Build script for windows

    Adds a build script for windows
    Thesacraft committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f53a924 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt to include pyinstaller

    Pyinstaller is used to build the windows executable
    Thesacraft committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    329c23e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f00a8a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    9959eb1 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt to use last tested pyinstaller version

    Thanks to @williamtcastro for pointing it out
    Thesacraft committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    0495824 View commit details
    Browse the repository at this point in the history
  3. Update Build_win.bat for faster start of executable

    I changed it to output an executable and a _internals dir because this makes it, atleast from my experience, much faster (12s -> 1-2s). This is probably because the decompression that has to happen before startup if its in one file
    Thesacraft committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    260583c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44106e2 View commit details
    Browse the repository at this point in the history