feat: 处理macos

This commit is contained in:
2025-11-27 18:46:09 -08:00
parent 569f9f6d05
commit 83e742a9dc
4 changed files with 6 additions and 19 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ linux-release:
flutter_distributor package --flutter-build-args=verbose --platform linux --targets deb,rpm,appimage $(DISTRIBUTOR_ARGS)
macos-release:
flutter_distributor package --platform macos --targets dmg,pkg $(DISTRIBUTOR_ARGS)
flutter_distributor package --platform macos --targets dmg $(DISTRIBUTOR_ARGS)
ios-release: #not tested
flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist $(DISTRIBUTOR_ARGS)