mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8-workspace.git
synced 2025-07-22 05:31:17 -09:00
5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
cd ../
|
|
chmod +x gradlew
|
|
./gradlew target_teavm_wasm_gc:assembleMainComponents
|