mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 19:25:02 +00:00
Issue #678 Windows batch file path fix
This commit is contained in:
@@ -1 +1,2 @@
|
||||
java -Xmx1024m -jar ffdec.jar %*
|
||||
@echo off
|
||||
java -Xmx1024m -jar %~dp0\ffdec.jar %*
|
||||
Reference in New Issue
Block a user