Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): fix manual file upload (#17098)
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. This commit fixes that.
- Loading branch information