diff --git a/src/url_utility.cpp b/src/url_utility.cpp index 688b340658cb..6ae3682f3121 100644 --- a/src/url_utility.cpp +++ b/src/url_utility.cpp @@ -9,9 +9,7 @@ void open_url( const std::string &url ) { static const std::string executable = #if defined(_WIN32) - "explorer"; -#elif defined(_WIN64) - "start"; + "start \"\""; #elif defined(__linux__) "xdg-open"; #elif defined(__APPLE__)