We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf3134 commit 3e2f87bCopy full SHA for 3e2f87b
1 file changed
Wurstpack/wurstscript/grill.cmd
@@ -11,13 +11,13 @@ rem Resolve script dir
11
set "DIR=%~dp0"
12
13
set "JAVA=%DIR%wurst-runtime\bin\java.exe"
14
-set "GRILL_JAR=%DIR%grill\grill.jar"
+set "GRILL_JAR=%DIR%grill-cli\grill.jar"
15
16
if not exist "%GRILL_JAR%" (
17
echo [grill] ERROR: Missing jar. Searched:
18
echo %GRILL_JAR%
19
rem fallback to ../grill if you want:
20
- set "GRILL_JAR=%DIR%..\grill\grill.jar"
+ set "GRILL_JAR=%DIR%..\grill-cli\grill.jar"
21
22
23
goto :restore
0 commit comments