-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adapt update-cycle test scripts to macOS #24
Comments
The create_pyinstaller_bundle_mac.sh script (or rather the spec file) didnt work:
|
@Moosems Sorry, I forgot to mention that you need to run the repo_init.py script first. It is mentioned in the README though. |
Then I get:
|
@Moosems You'll need to add the For example, in bash, something like: export PYTHONPATH="$PYTHONPATH:/Users/Moosems/Desktop/tufup-example/src" (related to #4) |
As I don't have access to a mac, it's a bit difficult to test #26 locally. If someone could try it on a mac, that would be great. |
Powershell also runs on macOs (and Linux), so we should adapt the test_update_cycle.ps1 script and the github workflow to work on macOS as well.
The text was updated successfully, but these errors were encountered: