ソースを参照

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'