mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
Added Launcher::openFile() command for Linux.
This commit is contained in:
parent
a6b164d88b
commit
d3fd921f1a
@ -41,7 +41,7 @@ void Launcher::openFile(const std::string& file)
|
||||
|
||||
#else // Linux
|
||||
|
||||
system(("todo " + file).c_str());
|
||||
system(("xdg-open \"" + file + "\"").c_str());
|
||||
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user