Make some windows specific fixes

This commit is contained in:
zontreck 2024-11-24 23:44:59 -07:00
parent a3d263cd99
commit 2998f87f13
8 changed files with 44 additions and 19 deletions

4
Jenkinsfile vendored
View file

@ -69,9 +69,7 @@ pipeline {
steps {
script {
bat 'flutter pub get'
bat 'flutter build windows'
bat 'mkdir out'
bat 'dart compile exe -o out\\server.exe bin\\server.dart'
bat 'call compile.bat'
}
}