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