1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-08 00:39:47 +02:00

add Linux icons for the map editor

Co-authored-by: SoundSSGood <87084363+SoundSSGood@users.noreply.github.com>
This commit is contained in:
Andrey Filipenkov 2022-10-22 19:04:44 +03:00
parent 278e6bedeb
commit 7dcd910877
7 changed files with 6 additions and 1 deletions

View File

@ -133,4 +133,9 @@ install(DIRECTORY icons DESTINATION ${DATA_DIR}/mapeditor)
# Install icons and desktop file on Linux
if(NOT WIN32 AND NOT APPLE)
install(FILES "vcmieditor.desktop" DESTINATION share/applications)
install(FILES "icons/mapeditor.32x32.png" DESTINATION share/icons/hicolor/32x32/apps RENAME vcmieditor.png)
install(FILES "icons/mapeditor.48x48.png" DESTINATION share/icons/hicolor/48x48/apps RENAME vcmieditor.png)
install(FILES "icons/mapeditor.64x64.png" DESTINATION share/icons/hicolor/64x64/apps RENAME vcmieditor.png)
install(FILES "icons/mapeditor.128x128.png" DESTINATION share/icons/hicolor/128x128/apps RENAME vcmieditor.png)
install(FILES "icons/mapeditor.256x256.png" DESTINATION share/icons/hicolor/256x256/apps RENAME vcmieditor.png)
endif()

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -3,7 +3,7 @@ Type=Application
Name=VCMI Map Editor
GenericName=Strategy Game Engine
Comment=Map editor for open engine of Heroes of Might and Magic 3
Icon=vcmiclient
Icon=vcmieditor
Exec=vcmieditor
Categories=Game;StrategyGame;
Version=1.0