Skip to content

Commit

Permalink
update package-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 3, 2024
1 parent c59e26e commit feb78b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,9 @@ package-macos: require-appdmg pubget
flutter build macos --release
cp $(DARWIN_LIB_NAME) $$DARWIN_APP_PATH/Contents/Frameworks
$(call osxcodesign,$$DARWIN_APP_PATH/Contents/Frameworks/liblantern.dylib)
flutter_distributor package --platform macos --targets dmg --skip-clean
$(call osxcodesign,$$DARWIN_APP_PATH/Contents/MacOS/Lantern)
$(call osxcodesign,$$DARWIN_APP_PATH)
flutter_distributor package --platform macos --targets dmg --skip-clean
mv dist/$(APP_VERSION)/lantern-$(APP_VERSION)-macos.dmg lantern-installer.dmg
$(call osxcodesign,lantern-installer.dmg)
make notarize-darwin
Expand Down

0 comments on commit feb78b8

Please sign in to comment.