This commit is contained in:
2022-11-30 00:06:57 -06:00
parent ecf1907b3e
commit 82d8e6f8ca
31 changed files with 280 additions and 16 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -201,7 +201,7 @@ fi
set -- \
-classpath "$CLASSPATH" \
NULL \
com.calebfontenot.Main \
"$@"
# Use "xargs" to parse quoted args.

View File

@@ -71,7 +71,7 @@ set CLASSPATH=%APP_HOME%\lib\Minecraft-Updater-Java-1.0-SNAPSHOT.jar;%APP_HOME%\
@rem Execute Minecraft-Updater-Java
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %MINECRAFT_UPDATER_JAVA_OPTS% -classpath "%CLASSPATH%" NULL %*
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %MINECRAFT_UPDATER_JAVA_OPTS% -classpath "%CLASSPATH%" com.calebfontenot.Main %*
:end
@rem End local scope for the variables with windows NT shell

View File

@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: com.calebfontenot.Main