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

[CODE] Adds support for building activity browser as a standalone exe… #1299

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

Commits on Jun 4, 2024

  1. [CODE] Adds support for building activity browser as a standalone exe…

    …cutable
    
    - Added pyinstaller package to conda recipe which is what I use for building the executable
    
    - Run the build using this command "python -m PyInstaller --noconfirm run-activity-browser.spec"
    ughstudios committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9d46253 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Adding icons for both windows and mac versions of the app.

    The Windows version has not been tested. Only the mac version has been tested.
    ughstudios committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d0f629b View commit details
    Browse the repository at this point in the history