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:
parent
616c217a09
commit
bb1d52eaf0
4 changed files with 17 additions and 31 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue