Skip to content

Commit

Permalink
Fix Windows Process Disown
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Sep 29, 2022
1 parent d297318 commit 6be6aac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void GUI_Window_NewProject::Draw() {

std::string Command;
#if defined(_WIN32)
Command += "";
Command += "start /B ";
#elif defined(__APPLE__)
Command += "./";
#else
Expand Down

0 comments on commit 6be6aac

Please sign in to comment.