From bcfed3791c9142b2661fdddcbeedf21888fa200b Mon Sep 17 00:00:00 2001 From: Marty <85036874+MatusGuy@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:58:54 +0000 Subject: [PATCH] Update run_supertux_portable.bat --- mk/msvc/run_supertux_portable.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/msvc/run_supertux_portable.bat b/mk/msvc/run_supertux_portable.bat index e518e343b04..2e992cb9f3e 100644 --- a/mk/msvc/run_supertux_portable.bat +++ b/mk/msvc/run_supertux_portable.bat @@ -1,3 +1,3 @@ @echo off set "SUPERTUX2_USER_DIR=%~dp0\user\" -start "%~dp0\bin\supertux2.exe" %* +start "" "%~dp0\bin\supertux2.exe" %*