NBTEditor/compile.sh

11 lines
145 B
Bash
Executable file

#!/bin/bash
flutter build linux
flutter build apk
if [ ! -d out ]
then
mkdir out
fi
dart compile exe -o out/nbteditor-cli cli/nbtcli.dart