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

Bump PyInstaller to 6.12, Ruff to 0.9.6, and simplify UV build workaround #316

Merged
merged 9 commits into from
Feb 11, 2025

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Feb 11, 2025

No description provided.

@Avasam Avasam changed the title Bump PyInstaller to 6.12 and remove UV build workaround Bump PyInstaller to 6.12, Ruff to 0.9.6, and remove UV build workaround Feb 11, 2025
Comment on lines 8 to 13
'--icon=res/icon.ico')
if ($IsWindows) {
$arguments += @(
# For now this is broken on Linux because we can't know if the target machine will support it or not
# https://github.com/pyinstaller/pyinstaller/issues/9022
'--splash=res/splash.png'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Avasam Avasam merged commit 0e6a682 into main Feb 11, 2025
13 checks passed
@Avasam Avasam changed the title Bump PyInstaller to 6.12, Ruff to 0.9.6, and remove UV build workaround Bump PyInstaller to 6.12, Ruff to 0.9.6, and simplify UV build workaround Feb 11, 2025
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