Got more stuff connected up and working
This commit is contained in:
parent
7cddfd2de6
commit
a1141cd2b8
7 changed files with 111 additions and 97 deletions
|
@ -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/
|
Loading…
Add table
Add a link
Reference in a new issue