mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.5.git
synced 2025-01-22 07:21:52 -05:00
4 lines
No EOL
152 B
Batchfile
4 lines
No EOL
152 B
Batchfile
@echo off
|
|
title ZipStableDownload
|
|
java -cp zip-generator/deps/*;zip-generator/zipGenerator.jar net.lax1dude.eaglercraft.zip_generator.ZipGenerator
|
|
pause |