Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(maker-squirrel): only push delta artifacts if they exist on disk #3586

Merged
merged 2 commits into from
May 2, 2024

Conversation

hipstersmoothie
Copy link
Contributor

@hipstersmoothie hipstersmoothie commented Apr 30, 2024

The logic here I think is wrong. It adds the -delta file to artifacts even if it doesn't exist. This will cause --from-dry-run to fail. I think electron installer might not always produce a delta file.

Given the logic below for the msi that check the file exists before adding it, that made sense to do here to.

@hipstersmoothie hipstersmoothie requested a review from a team as a code owner April 30, 2024 23:50
@hipstersmoothie hipstersmoothie changed the title Fix logic for adding delta to artifacts May 1, 2024
@hipstersmoothie hipstersmoothie changed the title patch: Fix logic for adding delta to artifacts May 1, 2024
@erickzhao erickzhao changed the title fix: Fix logic for adding delta to artifacts May 1, 2024
@erickzhao erickzhao changed the title fix(maker-squirrel): fix logic for adding delta to artifacts May 1, 2024
@erickzhao erickzhao merged commit ce2b039 into electron:main May 2, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants