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