Update Source Code for less errors during compilation

This commit is contained in:
Milan Bauer 2025-07-26 19:30:29 +02:00
commit 369de544c3
23149 changed files with 819380 additions and 526977 deletions

10
CompileEPK.bat Executable file → Normal file
View file

@ -1,6 +1,6 @@
@echo off
title epkcompiler
echo compiling, please wait...
java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk"
echo finished compiling epk
@echo off
title epkcompiler
echo compiling, please wait...
java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk"
echo finished compiling epk
pause