Skip to content

Commit

Permalink
move download artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Dec 13, 2023
1 parent 2136b26 commit 69e5d07
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 @@ -517,7 +517,7 @@ $(INSTALLER_NAME).dmg: require-version require-appdmg require-retry
rm -rf $(DARWIN_APP_NAME) && \
cp -r $$INSTALLER_RESOURCES/$(DARWIN_APP_NAME)_template $(DARWIN_APP_NAME) && \
mkdir $(DARWIN_APP_NAME)/Contents/MacOS && \
cp -r build/macos/Build/Products/Debug/Lantern.app/Contents/* $(DARWIN_APP_NAME)/Contents/ && \
cp -r build/macos/Build/Products/Release/Lantern.app/Contents/* $(DARWIN_APP_NAME)/Contents/ && \
cp -r $(DARWIN_BINARY_NAME) $(DARWIN_APP_NAME)/Contents/Resources && \
mkdir $(DARWIN_APP_NAME)/Contents/Resources/en.lproj && \
cp $(INSTALLER_RESOURCES)/$(PACKAGED_YAML) $(DARWIN_APP_NAME)/Contents/Resources/en.lproj/$(PACKAGED_YAML) && \
Expand Down

0 comments on commit 69e5d07

Please sign in to comment.