mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
added linux opencs.desktop file
This commit is contained in:
parent
40b6b4afc5
commit
b457c7de5e
@ -300,6 +300,8 @@ configure_file(${OpenMW_SOURCE_DIR}/files/openmw.cfg
|
||||
if (NOT WIN32 AND NOT APPLE)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/openmw.desktop
|
||||
"${OpenMW_BINARY_DIR}/openmw.desktop")
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/opencs.desktop
|
||||
"${OpenMW_BINARY_DIR}/opencs.desktop")
|
||||
endif()
|
||||
|
||||
# Compiler settings
|
||||
|
9
opencs.desktop
Normal file
9
opencs.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=OpenMW Content Editor
|
||||
GenericName=Content Editor
|
||||
Comment=A replacement for the Morrowind Construction Set.
|
||||
TryExec=opencs
|
||||
Exec=opencs
|
||||
Icon=opencs
|
||||
Categories=Game;RolePlaying;
|
Loading…
Reference in New Issue
Block a user