mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-24 23:29:32 -05:00
Add missing folder path to dev setup
This commit is contained in:
parent
edb6fa448e
commit
1161445c50
@ -14,7 +14,7 @@ fi
|
||||
|
||||
|
||||
# run setup for veilid
|
||||
$VEILIDDIR/setup_linux.sh
|
||||
$VEILIDDIR/dev-setup/setup_linux.sh
|
||||
# run setup for veilid_flutter
|
||||
$VEILIDDIR/veilid-flutter/setup_flutter.sh
|
||||
|
||||
|
@ -8,7 +8,7 @@ if [[ "$(uname)" != "Darwin" ]]; then
|
||||
fi
|
||||
|
||||
# run setup for veilid
|
||||
$VEILIDDIR/setup_macos.sh
|
||||
$VEILIDDIR/dev-setup/setup_macos.sh
|
||||
# run setup for veilid_flutter
|
||||
$VEILIDDIR/veilid-flutter/setup_flutter.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user