-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: default downloaded file name #7597
fix: default downloaded file name #7597
Conversation
🦋 Changeset detectedLatest commit: 7097f3e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for car-park-attendant-cleat-11576 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Just to double-check. How have you been testing/deploying this change locally? I'm trying to understand what this change is doing here. Why can't it be For AppImages, it's already supposed to be reusing the original name of the installed AppImage. electron-builder/packages/electron-updater/src/AppImageUpdater.ts Lines 86 to 94 in e3fc9b5
|
I have not seen this part of the code. But you should call the AppImage not update.AppImage but like it is in the latest-linux.yml? When I do an update, for example, XY-1.4.9.AppImage is renamed to update.AppImage.After that, no one knows what is behind the AppImage. I tested this locally for Linux. |
I like this change! 👍 Just to confirm, have you tested this on Mac + Windows? |
@mmaietta Unfortunately, I don't have the possibility to test it in other environments. Could you? Pleeaaaase… |
@mmaietta i tested it in some virtual machines. Everything works like expected. I guess you can approve that little puppy. ;) |
…ed to `update.AppImage` # electron-userland/electron-builder#7597
Fix default file name of
update.${fileExtension}
for downloaded files in private repositories.Should fix: