mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
Add a compile instruction to build snbt2nbt
This commit is contained in:
parent
416de8c722
commit
567c5f6441
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
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
|
Loading…
Reference in a new issue