Skip to content

Commit 6a19846

Browse files
authored
Set empty name to windows
1 parent 12768da commit 6a19846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/platform/trik-studio.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title TRIK Studio Safe Mode
33
FOR /F "tokens=* USEBACKQ" %%F IN (`where java 2^>NUL`) DO (SET JAVA_PATH=%%~dpF)
44
set PATH=%SystemRoot%;%SystemRoot%\system32;%JAVA_PATH%
5-
start %~dp0trik-studio.exe %*
5+
start "" %~dp0trik-studio.exe %*

0 commit comments

Comments
 (0)