-
Notifications
You must be signed in to change notification settings - Fork 12
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
Launcher fixes #440
Launcher fixes #440
Conversation
fayeed
commented
Jan 23, 2024
- Updated tauri to the latest
- Fixed system tray message popup not working on windows production.
- Fixed JScore crashing on app restart.
- Added back window decorations for splash screen & auth screens.
# Conflicts: # Cargo.lock
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.11' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for? I've deactivated the CLI tests (for now) just wonder if we need to add python the the cirlceci config now..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh yeah this could be the issue you are facing as well, need python version 3.11, I thought this was just for CI.