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

Switch to pyinstaller from cx_freeze #565

Merged
merged 2 commits into from
May 3, 2019
Merged

Switch to pyinstaller from cx_freeze #565

merged 2 commits into from
May 3, 2019

Commits on Mar 25, 2019

  1. Update Windows Build

    Fix the issues with cx_Freeze builds on newer versions of python and
    with newer version of PyQt5
    - Update .gitignore to ignore .spec files
    - Update package.py to use pyInstaller instead of cx_Freeze
    - Update requirements-windows to have pyInstaller instead of cx_Freeze
    - Update setup.nsi to work with build and packaging changes
    - Add win_version_info.temp to build a version information file for
      pyInstaller as part of the package.py script
    arsenetar committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    15bfe05 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    a1cc0fe View commit details
    Browse the repository at this point in the history