mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 12:15:50 +03:00
[GH-ISSUE #43] How to create a EXE that have icon in the taskbar #40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mfirouzin on GitHub (Jan 27, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/43
How can Create a .EXE File that the icon be visible on the taskbar?
This convertor use the icon file and you can see the icon in the file explorer but when you run it in the taskbar you just see exe files icon
how we can change this to new icon?
@brentvollebregt commented on GitHub (Jan 28, 2019):
The icon that is visible on the taskbar and in the upper left corner of your GUI (if it exists) is controlled by your script. This means if you're using tkinter, PyQt or something else to create your GUI, use the methods provided by the library to set the icon.
If you package a script that does not use a GUI (console application), the icon provided will be what appears in the taskbar.