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

Conversation

ughstudios
Copy link
Contributor

  • 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"

Do we have an icon we want to use for the app?

image
image

Checklist

  • Keep pull requests small so they can be easily reviewed.
  • Update the documentation, please follow the numpy style guide.
  • Update tests.
  • Categorize the PR by setting a good title and adding one of the labels:
    bug, feature, ui, change, documentation, breaking, ci
    as they show up in the changelog.
  • Link this PR to related issues by using closing keywords.
  • Add a milestone to the PR (and related issues, if any) for the intended release.
  • Request a review from another developer.

…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"
The Windows version has not been tested. Only the mac version has been tested.
@ughstudios
Copy link
Contributor Author

image

Photo of the executable on my mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant