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(app): fix manual file upload #17098

Merged
merged 1 commit into from
Dec 12, 2024
Merged

fix(app): fix manual file upload #17098

merged 1 commit into from
Dec 12, 2024

Conversation

mjhuff
Copy link
Contributor

@mjhuff mjhuff commented Dec 12, 2024

Overview

The electron update made it no longer possible to access the file path from the renderer process, see #17010 for more details. That PR did not update one important case: uploading zip files.

Currently, fun behavior happens when uploading a system zip, such as throwing an error or better yet, pushing an old, cache file instead of the expected system file.

Test Plan and Hands on Testing

  • Verified the intended zip file is uploaded when updating manually on the desktop app.
  • Verified manual zip file updating no longer fails with a download error.

Changelog

  • Fixed unexpected zip file upload behavior on the desktop app.

Risk assessment

low

@mjhuff mjhuff requested review from sfoster1, vegano1, smb2268 and a team December 12, 2024 21:14
@mjhuff mjhuff requested a review from a team as a code owner December 12, 2024 21:14
@mjhuff mjhuff force-pushed the app_fix-manual-update branch from 1434e0b to 6ea4959 Compare December 12, 2024 21:20
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@mjhuff mjhuff merged commit 7bb771a into edge Dec 12, 2024
30 checks passed
@mjhuff mjhuff deleted the app_fix-manual-update branch December 12, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants