chore: keep only a single copy of the windows icon

This commit is contained in:
sithlord48
2024-10-10 19:29:42 -04:00
committed by Chris Rizzitello
parent 0361f850eb
commit 821a9599ba
3 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<qresource>
<file>icons/64x64/video-display.png</file>
<file>icons/64x64/user-trash.png</file>
<file>icons/256x256/app.ico</file>
<file>image/logo-light.png</file>
<file>image/logo-dark.png</file>
<file>icons/64x64/padlock.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

View File

@ -1 +1 @@
IDI_ICON1 ICON DISCARDABLE "../icons/256x256/app.ico"
IDI_ICON1 ICON DISCARDABLE "../../app.ico"