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

View file

@ -14,7 +14,7 @@ then
fi
dart compile exe -o out/server bin/server.dart
dart compile exe -o out/cemmserver bin/server.dart
rsync -a --progress -h --delete build/linux/x64/release/bundle/ out/client/
if [ -f RELEASE ]