From c59e26e3a0c22953655647d92226f4db8543cb0a Mon Sep 17 00:00:00 2001 From: atavism Date: Sun, 3 Nov 2024 13:02:16 -0800 Subject: [PATCH] update package-macos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28a255c49..fbc1b81ec 100644 --- a/Makefile +++ b/Makefile @@ -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