mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-01 01:20:25 +00:00
Added quotes in Launcher::openFile() to open URLs with '&' character.
This commit is contained in:
parent
b2d212f90f
commit
a6b164d88b
@ -37,7 +37,7 @@ void Launcher::openFile(const std::string& file)
|
|||||||
|
|
||||||
#elif defined ALLEGRO_MACOSX
|
#elif defined ALLEGRO_MACOSX
|
||||||
|
|
||||||
system(("open " + file).c_str());
|
system(("open \"" + file + "\"").c_str());
|
||||||
|
|
||||||
#else // Linux
|
#else // Linux
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user