mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-11-08 17:13:01 -05:00
Add missing folder path to dev setup
This commit is contained in:
parent
edb6fa448e
commit
1161445c50
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue