mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-01 18:56:03 -04:00
Merge branch 'salvatoret/missing-dev-setup-in-setup' into 'main'
This commit is contained in:
commit
c9653bab18
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