From a7a7814a1cf3e7b534951be728590039f757f9e6 Mon Sep 17 00:00:00 2001 From: OtterDev <134523836+OtterCodes101@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:46:32 +0000 Subject: [PATCH] make it export the epk as resources.mc --- lax1dude/epkcompiler/run.bat | 2 +- lax1dude/epkcompiler/run_unix.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lax1dude/epkcompiler/run.bat b/lax1dude/epkcompiler/run.bat index d853ac5..6e22bd5 100755 --- a/lax1dude/epkcompiler/run.bat +++ b/lax1dude/epkcompiler/run.bat @@ -1,2 +1,2 @@ @echo off -java -jar CompilePackage.jar "../../resources" "../../js/resources.epk" \ No newline at end of file +java -jar CompilePackage.jar "../../resources" "../../js/resources.mc" \ No newline at end of file diff --git a/lax1dude/epkcompiler/run_unix.sh b/lax1dude/epkcompiler/run_unix.sh index cf13f33..41e2dbc 100755 --- a/lax1dude/epkcompiler/run_unix.sh +++ b/lax1dude/epkcompiler/run_unix.sh @@ -1,2 +1,2 @@ #!/bin/sh -java -jar CompilePackage.jar "../../resources" "../../js/resources.epk" \ No newline at end of file +java -jar CompilePackage.jar "../../resources" "../../js/resources.mc" \ No newline at end of file