ladybird/Userland/Libraries/LibDesktop
Andreas Kling 779316d468 Userland: Use Core::Process::spawn() instead of posix_spawn() in places
This replaces a bunch of very basic uses of posix_spawn() with the new
Core::Process::spawn().
2021-08-06 01:06:42 +02:00
..
AppFile.cpp Userland: Use Core::Process::spawn() instead of posix_spawn() in places 2021-08-06 01:06:42 +02:00
AppFile.h LibDesktop: Add support for IconPath in AppFile 2021-08-04 13:54:08 +01:00
CMakeLists.txt
Launcher.cpp Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
Launcher.h