Browse Source

fix: fix last command issue

Poly-Pixel 2 năm trước cách đây
mục cha
commit
86799bbb96
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/scripts/install_dev_env/install_windows.sh

+ 1 - 1
frontend/scripts/install_dev_env/install_windows.sh

@@ -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'