mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +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
|
#else // Linux
|
||||||
|
|
||||||
system(("todo " + file).c_str());
|
system(("xdg-open \"" + file + "\"").c_str());
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user