NBTEditor/compile.sh
2024-07-21 18:55:58 -07:00

6 lines
No EOL
152 B
Bash
Executable file

#!/bin/bash
flutter build linux
flutter build apk
dart compile exe -o out/nbt2snbt bin/nbt2snbt.dart
dart compile exe -o out/snbt2nbt bin/snbt2nbt.dart