NBTEditor/compile.sh

7 lines
No EOL
111 B
Bash
Executable file

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