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