Skip to content

Commit

Permalink
Project: Windows sucks more
Browse files Browse the repository at this point in the history
  • Loading branch information
DatCaptainHorse committed Aug 19, 2024
1 parent b9dd5f4 commit 5ee69d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/twitch.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private: // Handlers

// Open browser, based on OS ifdef's
#if defined(_WIN32)
system(std::format("start \"{}\"", url).c_str());
system(std::format("explorer \"{}\"", url).c_str());
#elif defined(__APPLE__)
system(std::format("open \"{}\"", url).c_str());
#elif defined(__linux__)
Expand Down

0 comments on commit 5ee69d0

Please sign in to comment.