new: add macos pkg file and remove zip wrapper

This commit is contained in:
Hiddify
2024-02-09 23:02:19 +01:00
parent e083c68caa
commit 632ec97372
3 changed files with 9 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ linux-release:
flutter_distributor package --platform linux --targets deb,rpm,appimage $(DISTRIBUTOR_ARGS)
macos-release:
flutter_distributor package --platform macos --targets dmg $(DISTRIBUTOR_ARGS)
flutter_distributor package --platform macos --targets dmg,pkg $(DISTRIBUTOR_ARGS)
ios-release: #not tested
flutter_distributor package --platform ios --targets ipa --build-export-options-plist ios/exportOptions.plist $(DISTRIBUTOR_ARGS)