mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -07:00
6 lines
No EOL
152 B
Bash
Executable file
6 lines
No EOL
152 B
Bash
Executable file
#!/bin/bash
|
|
|
|
flutter build linux
|
|
flutter build apk
|
|
dart compile exe -o out/nbt2snbt bin/nbt2snbt.dart
|
|
dart compile exe -o out/snbt2nbt bin/snbt2nbt.dart |