mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
8 lines
No EOL
162 B
Bash
Executable file
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 |