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 aadecbf commit 43ee8f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Publish releases
on:
# Triggers the workflow on push when pushing to a version tag
push:
branches:
- atavism/ci-updates
tags:
- '*lantern-*'
workflow_run:
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ $(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" && \
flutter build macos --release && \
cp $(DARWIN_LIB_NAME) $(DARWIN_OUT)/Contents/Frameworks && \
$(call osxcodesign,$(DARWIN_OUT)/Contents/Frameworks/liblantern.dylib) && \
$(call osxcodesign,$(DARWIN_OUT)/Contents/MacOS/Lantern) && \
Expand Down Expand Up @@ -629,7 +628,9 @@ require-bundler:
fi

.PHONY: package-macos
package-macos: require-appdmg pubget darwin-installer notarize-darwin
package-macos: require-appdmg pubget
flutter build macos --release
make darwin-installer notarize-darwin

android-bundle: $(MOBILE_BUNDLE)

Expand Down

0 comments on commit 43ee8f0

Please sign in to comment.