mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
Merge branch 'salvatoret/missing-dev-setup-in-setup' into 'main'
This commit is contained in:
commit
c9653bab18
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user