ConanServerManager/compile.bat

7 lines
No EOL
197 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
call dart compile exe -o out\testpaths.exe bin\testAbsolutePath.dart