mirror of
https://github.com/EaglerStorage/NewEaglercraft-1.5.2.git
synced 2025-01-22 15:58:25 +00:00
4 lines
152 B
Batchfile
4 lines
152 B
Batchfile
@echo off
|
|
title ZipStableDownload
|
|
java -cp zip-generator/deps/*;zip-generator/zipGenerator.jar net.lax1dude.eaglercraft.zip_generator.ZipGenerator
|
|
pause |