add startmde

This commit is contained in:
Nishi 2025-12-17 02:58:45 +09:00
commit fb63f03884
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 20 additions and 0 deletions

9
startmde/CMakeLists.txt Normal file
View file

@ -0,0 +1,9 @@
project(startmde)
include(GNUInstallDirs)
configure_file(startmde.in startmde)
install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/startmde
DESTINATION ${CMAKE_INSTALL_BINDIR}
)

5
startmde/startmde.in Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
"@CMAKE_INSTALL_FULL_BINDIR@/mpanel" &
exec "@CMAKE_INSTALL_FULL_BINDIR@/milkwm"