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 Mac auto-updates fetching non-existent zip #4071

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

cmdcolin
Copy link
Collaborator

It was observed on chat that the auto-update was not working on mac

This is due to the 'zip' files being unavailable for mac in the release in v2.7.2 forward which was a change that was unintentionally introduced by #4011

This restores the zip file build

we could "potentially" restore the zip file builds on both v2.7.2 and v2.8.0 but it might be tricky to create proper app signing for them, so it might just be worth cutting a new release with the restored zip file and then the auto-updater will just look for the latest release

@github-actions github-actions bot added the needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) label Nov 22, 2023
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5f762ea) 63.19% compared to head (bde02e3) 63.19%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4071   +/-   ##
=======================================
  Coverage   63.19%   63.19%           
=======================================
  Files        1044     1044           
  Lines       30551    30551           
  Branches     7289     7289           
=======================================
  Hits        19307    19307           
  Misses      11073    11073           
  Partials      171      171           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmdcolin cmdcolin added bug Something isn't working and removed needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) labels Nov 22, 2023
@cmdcolin cmdcolin merged commit 52036d0 into main Nov 22, 2023
11 checks passed
@cmdcolin cmdcolin deleted the fix_zip_built_for_mac_autoupdate branch November 22, 2023 04:50
@cmdcolin cmdcolin changed the title Fix zip build for mac auto-update Fix broken desktop Mac auto-updates fetching non-existent zip Nov 30, 2023
@cmdcolin cmdcolin changed the title Fix broken desktop Mac auto-updates fetching non-existent zip Fix Mac auto-updates fetching non-existent zip Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant