mirror of
https://github.com/miracle-wm-org/miracle-wm.git
synced 2024-11-23 04:08:27 +03:00
feature: installation for make install
This commit is contained in:
parent
5ead8bbb93
commit
166ae16d3f
@ -33,4 +33,7 @@ install(PROGRAMS ${CMAKE_BINARY_DIR}/bin/miracle-wm
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
|
||||
)
|
||||
|
||||
install(FILES session/usr/local/share/wayland-sessions/miracle-wm-non-snap.desktop
|
||||
DESTINATION /usr/share/wayland-sessions)
|
||||
|
||||
add_subdirectory(tests/)
|
||||
|
@ -0,0 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=Miracle Non Snap
|
||||
Comment=A wayland tiling window manager based on Mir
|
||||
Exec=sh -l -c /usr/local/bin/miracle-wm
|
||||
Type=Application
|
Loading…
Reference in New Issue
Block a user