1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:07:45 +00:00

LaunchServer: Use GUI::AppFile

This commit is contained in:
Linus Groh 2020-12-27 18:55:01 +01:00 committed by Andreas Kling
parent 616c217a09
commit bb1d52eaf0
4 changed files with 17 additions and 31 deletions

View file

@ -39,7 +39,7 @@ int main([[maybe_unused]] int argc, [[maybe_unused]] char** argv)
auto launcher = LaunchServer::Launcher();
launcher.load_handlers("/res/apps");
launcher.load_handlers();
launcher.load_config(Core::ConfigFile::get_for_app("LaunchServer"));
if (pledge("stdio accept rpath proc exec", nullptr) < 0) {