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

Maps: Move TileProviders.json to user independent folder

This commit is contained in:
Bastiaan van der Plaat 2024-02-28 20:56:24 +01:00 committed by Sam Atkins
parent 5da9f52b1f
commit 29026ce965
3 changed files with 2 additions and 2 deletions

View file

@ -18,8 +18,8 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
auto app = TRY(GUI::Application::create(arguments));
TRY(Core::System::unveil("/home", "r"));
TRY(Core::System::unveil("/res", "r"));
TRY(Core::System::unveil("/usr/share/Maps", "r"));
TRY(Core::System::unveil("/tmp/session/%sid/portal/config", "rw"));
TRY(Core::System::unveil(nullptr, nullptr));