Skip to content

Commit 12768da

Browse files
authored
Hot fix for .cmd
1 parent c253674 commit 12768da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installer/platform/trik-studio.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
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-
%~dp0trik-studio.exe %*
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 %*

0 commit comments

Comments
 (0)