Got more stuff connected up and working

This commit is contained in:
zontreck 2024-05-23 04:12:45 -07:00
parent 7cddfd2de6
commit a1141cd2b8
7 changed files with 111 additions and 97 deletions

View file

@ -1,6 +1,5 @@
#!/bin/bash
rm -rf out/*
if [ ! -d out ]
then
mkdir out
@ -8,4 +7,4 @@ fi
flutter build linux
dart compile exe -o out/server bin/server.dart
cp -rv build/linux/x64/release/bundle out/client
rsync -a --progress -h --delete build/linux/x64/release/bundle/ out/client/