mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-19 17:49:17 +02:00
5 lines
92 B
Bash
5 lines
92 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd ../
|
||
|
|
chmod +x gradlew
|
||
|
|
./gradlew target_teavm_javascript:makeMainOfflineDownload
|