mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Remove duplicate app icon
Use the 64px application icon available in tools/icon instead of the copy in resources. Adapt the Qt resource file to use the new path, keeping the old name for compatibility.
This commit is contained in:
parent
01277875d2
commit
9fcb492953
3 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ unix:!macx {
|
|||
desktop.path = $$DESKTOP_DIR
|
||||
desktop.files = qt/leocad.desktop
|
||||
icon.path = $$ICON_DIR
|
||||
icon.files = resources/leocad.png
|
||||
icon.files = tools/icon/64x64/apps/leocad.png
|
||||
mime.path = $$MIME_DIR
|
||||
mime.files = qt/leocad.xml
|
||||
mime_icon.path = $$MIME_ICON_DIR
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
<file>resources/time_next.png</file>
|
||||
<file>resources/time_previous.png</file>
|
||||
<file>resources/time_stop.png</file>
|
||||
<file>resources/leocad.png</file>
|
||||
<file alias="resources/leocad.png">tools/icon/64x64/apps/leocad.png</file>
|
||||
<file>resources/help_homepage.png</file>
|
||||
<file>resources/view_zoomextents.png</file>
|
||||
<file>resources/view_split_horizontal.png</file>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in a new issue