fix: fix last command issue

This commit is contained in:
Poly-Pixel 2022-07-24 13:18:56 -07:00
parent 3caa565610
commit 86799bbb96

View File

@ -92,4 +92,4 @@ vcpkg integrate install
# Check prerequisites
printMessage "Checking prerequisites."
PATH="$PATH;$LOCALAPPDATA/Pub/Cache/Bin" $USERPROFILE/.cargo/bin/cargo make flowy_dev
PATH="$PATH;$LOCALAPPDATA\Pub\Cache\bin" bash -c '$USERPROFILE/.cargo/bin/cargo make flowy_dev'