mirror of
https://github.com/Eaglercraft-Archive/Eaglercraft-1.5.2-src
synced 2025-09-02 19:51:05 +02: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 |