Browse Source

fix: fixed flutter config variable for mac

MikeWallaceDev 2 năm trước cách đây
mục cha
commit
6d9c4619e4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/scripts/install_dev_env/install_macos.sh

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

@@ -28,7 +28,7 @@ echo -e "${BLUE}AppFlowy : Checking Flutter installation.${ENDCOLOR}"
 flutter channel stable
 
 # Enable linux desktop
-flutter config --enable-linux-desktop
+flutter config --enable-macos-desktop
 
 # Fix any problems reported by flutter doctor
 flutter doctor