fix: fixed flutter config variable for mac

This commit is contained in:
MikeWallaceDev 2022-07-18 21:44:11 -04:00
parent f30f2485c6
commit 6d9c4619e4

View File

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