Begin to add a CLI editor tool
This commit is contained in:
parent
2257c37283
commit
ceb70cac20
3 changed files with 44 additions and 0 deletions
|
@ -3,4 +3,8 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue