NBTEditor/compile.sh

8 lines
No EOL
162 B
Bash
Executable file

#!/bin/bash
flutter build linux
dart compile exe -o out/nbt2snbt bin/nbt2snbt.dart
dart compile exe -o out/snbt2nbt bin/snbt2nbt.dart
rm out/*.snbt
rm out/*.nbt