mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-20 20:23:03 +02:00
[Linux] add proper desktop entry for the map editor
This commit is contained in:
parent
b43e0ff9e4
commit
278e6bedeb
@ -51,6 +51,7 @@
|
||||
<provides>
|
||||
<binary>vcmibuilder</binary>
|
||||
<binary>vcmiclient</binary>
|
||||
<binary>vcmieditor</binary>
|
||||
<binary>vcmilauncher</binary>
|
||||
<binary>vcmiserver</binary>
|
||||
</provides>
|
||||
|
@ -132,5 +132,5 @@ install(TARGETS vcmieditor DESTINATION ${BIN_DIR})
|
||||
install(DIRECTORY icons DESTINATION ${DATA_DIR}/mapeditor)
|
||||
# Install icons and desktop file on Linux
|
||||
if(NOT WIN32 AND NOT APPLE)
|
||||
install(FILES "vcmilauncher.desktop" DESTINATION share/applications)
|
||||
install(FILES "vcmieditor.desktop" DESTINATION share/applications)
|
||||
endif()
|
||||
|
10
mapeditor/vcmieditor.desktop
Normal file
10
mapeditor/vcmieditor.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
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
|
||||
Exec=vcmieditor
|
||||
Categories=Game;StrategyGame;
|
||||
Version=1.0
|
||||
Keywords=heroes;homm3;
|
Loading…
Reference in New Issue
Block a user