Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 9067

Windows 11 Taskbar Icon Not Match File Icon

$
0
0

The EXE file '360 DFV STITCHER xxx.exe' was created using Pyinstaller. The Taskbar shows the GUI LOGO icon 'logo.png' and the EXE file shows the icon '360_stitcher.ico'.

What was attempted to solve problem:Delete icon cacheRestarted Windows ExploreOpened '360 DFV STITCHER xxx.exe'Icons are mismatched.

Here is the Pyinstaller code:

pyinstaller --windowed --add-data "logo.png;." --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\Guide_Normal.png;." --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\Guide_Edit_Preset.png;."  --icon="C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\360_stitcher.ico" --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\default_2016.txt;."  --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\default_2017.txt;."  --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\default_other.txt;."  --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\preset_2016.txt;."   --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\preset_2017.txt;."   --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\preset_other.txt;."   --add-data "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\preset_Choose Preset.txt;." --add-binary "C:\Users\canjm\Desktop\STUFF\360 DF_EYE VID STITCHER\ffmpeg.exe;."   --version-file version.txt "360 DFV STITCHER xxx.py"

Icon Mismatch

File collection for Pyinstaller


Viewing all articles
Browse latest Browse all 9067

Trending Articles