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:
parent
278e6bedeb
commit
7dcd910877
@ -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()
|
||||
|
BIN
mapeditor/icons/mapeditor.128x128.png
Normal file
BIN
mapeditor/icons/mapeditor.128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
mapeditor/icons/mapeditor.256x256.png
Normal file
BIN
mapeditor/icons/mapeditor.256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
mapeditor/icons/mapeditor.32x32.png
Normal file
BIN
mapeditor/icons/mapeditor.32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
mapeditor/icons/mapeditor.48x48.png
Normal file
BIN
mapeditor/icons/mapeditor.48x48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
mapeditor/icons/mapeditor.64x64.png
Normal file
BIN
mapeditor/icons/mapeditor.64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user