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 769b312 commit c59e26e
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 @@ -611,7 +611,7 @@ package-macos: require-appdmg pubget
$(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_NAME)
$(call osxcodesign,$$DARWIN_APP_PATH)
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 c59e26e

Please sign in to comment.