瀏覽代碼

fix: fix last command issue

Poly-Pixel 2 年之前
父節點
當前提交
86799bbb96
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'