mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Add Linux support
This commit is contained in:
committed by
Aaron van Geffen
parent
b1ac76910e
commit
40cd64c916
@@ -115,7 +115,8 @@ namespace OpenRCT2::Ui
|
||||
|
||||
void OpenFolder(const std::string& path) override
|
||||
{
|
||||
// TODO
|
||||
std::string cmd = String::Format("xdg-open \"%s\"", path.c_str());
|
||||
Execute(cmd);
|
||||
}
|
||||
|
||||
std::string ShowFileDialog(SDL_Window* window, const FileDialogDesc& desc) override
|
||||
|
||||
Reference in New Issue
Block a user