NBTEditor/compile.bat
2025-01-30 19:10:24 -07:00

10 lines
No EOL
151 B
Batchfile

@echo off
call flutter pub get
call flutter build windows
mkdir out
call dart compile exe -o out\nbteditor-cli.exe cli\nbtcli.dart
iscc wininst.iss