mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-07 13:20:25 +00:00
Merge remote-tracking branch 'bwrsandman/opencsdesktop'
This commit is contained in:
commit
4b25ae30fd
@ -300,6 +300,8 @@ configure_file(${OpenMW_SOURCE_DIR}/files/openmw.cfg
|
|||||||
if (NOT WIN32 AND NOT APPLE)
|
if (NOT WIN32 AND NOT APPLE)
|
||||||
configure_file(${OpenMW_SOURCE_DIR}/files/openmw.desktop
|
configure_file(${OpenMW_SOURCE_DIR}/files/openmw.desktop
|
||||||
"${OpenMW_BINARY_DIR}/openmw.desktop")
|
"${OpenMW_BINARY_DIR}/openmw.desktop")
|
||||||
|
configure_file(${OpenMW_SOURCE_DIR}/files/opencs.desktop
|
||||||
|
"${OpenMW_BINARY_DIR}/opencs.desktop")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Compiler settings
|
# Compiler settings
|
||||||
|
9
files/opencs.desktop
Normal file
9
files/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…
x
Reference in New Issue
Block a user