mirror of
https://github.com/Eaglercraft-Archive/Eaglercraft-1.5.2-src
synced 2025-06-05 18:32:01 -09: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 |