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 78b151b commit 07688c6
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 @@ -580,7 +580,7 @@ $(INSTALLER_NAME).dmg: require-version require-appdmg require-retry require-magi
@echo "Generating distribution package for darwin/amd64..." && \
if [[ "$$(uname -s)" == "Darwin" ]]; then \
INSTALLER_RESOURCES="$(INSTALLER_RESOURCES)/darwin" && \
mkdir -p build/macos/Build/Products/Release/Lantern.app && \
flutter build macos --release && \
DARWIN_APP_NAME="build/macos/Build/Products/Release/Lantern.app" && \
ls $$DARWIN_APP_NAME && \
cp $(DARWIN_LIB_NAME) $$DARWIN_APP_NAME/Contents/Frameworks && \
Expand Down

0 comments on commit 07688c6

Please sign in to comment.