Support custom desktop app icon to replace the default Python logo #1005
hhstore
started this conversation in
Ideas / Feature Requests
Replies: 2 comments 4 replies
-
I agree, the default icon is ugly and NiceGUI deserves better. I would really like to wait on PyWebview to support this because I fear quite some platform specifics which we then must maintain. But If someone comes up with a good proposal we are happy to discuss it. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Nuitka# These create binaries with icons on Windows
python -m nuitka --onefile --windows-icon-from-ico=your-icon.png program.py
python -m nuitka --onefile --windows-icon-from-ico=your-icon.ico program.py
python -m nuitka --onefile --windows-icon-template-exe=your-icon.ico program.py
# These create application bundles with icons on macOS
python -m nuitka --macos-create-app-bundle --macos-app-icon=your-icon.png program.py
python -m nuitka --macos-create-app-bundle --macos-app-icon=your-icon.icns program.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
desktop app
based on nicegui.default app icon(python logo)
? which is ugly.Beta Was this translation helpful? Give feedback.
All reactions