6 lines
No EOL
128 B
Batchfile
6 lines
No EOL
128 B
Batchfile
@echo off
|
|
|
|
call flutter pub get
|
|
call flutter build windows
|
|
mkdir out
|
|
call dart compile exe -o out\cemmserver.exe bin\server.dart |