Add missing folder path to dev setup

This commit is contained in:
Salvatore Testa 2023-09-29 17:28:37 -07:00
parent edb6fa448e
commit 1161445c50
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ fi
# run setup for veilid # run setup for veilid
$VEILIDDIR/setup_linux.sh $VEILIDDIR/dev-setup/setup_linux.sh
# run setup for veilid_flutter # run setup for veilid_flutter
$VEILIDDIR/veilid-flutter/setup_flutter.sh $VEILIDDIR/veilid-flutter/setup_flutter.sh

View File

@ -8,7 +8,7 @@ if [[ "$(uname)" != "Darwin" ]]; then
fi fi
# run setup for veilid # run setup for veilid
$VEILIDDIR/setup_macos.sh $VEILIDDIR/dev-setup/setup_macos.sh
# run setup for veilid_flutter # run setup for veilid_flutter
$VEILIDDIR/veilid-flutter/setup_flutter.sh $VEILIDDIR/veilid-flutter/setup_flutter.sh