Skip to content

Commit

Permalink
clean-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 3, 2024
1 parent 4ea3fa0 commit abd1534
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 @@ -605,9 +605,9 @@ require-bundler:

.PHONY: package-macos
package-macos: require-appdmg pubget
flutter build macos --release
$(call osxcodesign,liblantern.dylib)
cp $(DARWIN_LIB_NAME) build/macos/Build/Products/Release
flutter build macos --release
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)
Expand Down

0 comments on commit abd1534

Please sign in to comment.