We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12768da commit 6a19846Copy full SHA for 6a19846
installer/platform/trik-studio.cmd
@@ -2,4 +2,4 @@
2
title TRIK Studio Safe Mode
3
FOR /F "tokens=* USEBACKQ" %%F IN (`where java 2^>NUL`) DO (SET JAVA_PATH=%%~dpF)
4
set PATH=%SystemRoot%;%SystemRoot%\system32;%JAVA_PATH%
5
-start %~dp0trik-studio.exe %*
+start "" %~dp0trik-studio.exe %*
0 commit comments