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

Pyinstaller branch rebase and fbs removal #238

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2024

  1. Remove fbs, switch to pyinstaller

    xyzz authored and dwlocks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c776ff1 View commit details
    Browse the repository at this point in the history
  2. deploy through pyinstaller on linux

    xyzz authored and dwlocks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e41b12c View commit details
    Browse the repository at this point in the history
  3. remove binary deps

    xyzz authored and dwlocks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    feadd92 View commit details
    Browse the repository at this point in the history
  4. get rid of fbs for windows/mac

    xyzz authored and dwlocks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3c1df91 View commit details
    Browse the repository at this point in the history
  5. fix win

    xyzz authored and dwlocks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3357d45 View commit details
    Browse the repository at this point in the history
  6. fix paths

    xyzz authored and dwlocks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cfdafb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Remove fbs and update everything

    fbs was holding back the code from using modern versions of python, qt,
    and everything else. Remove fsb and update everything.
    
     * Remove fbs from spec
     * update to python 3.12
     * update all dependencies to latest minor releases
     * update to latest version of pyinstaller
     * re-implement part of fbs context object to minimize refactoring
     * update Vial.spec to have all options necessary to run
    dwlocks committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5b083d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update actions in workflow

    dwlocks committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9d4067d View commit details
    Browse the repository at this point in the history
  2. Swap slashes to fix Mac build

    dwlocks committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f52a11e View commit details
    Browse the repository at this point in the history