Skip to content

Conversation

@mmaietta
Copy link
Collaborator

@mmaietta mmaietta commented Jun 9, 2025

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jun 9, 2025

🦋 Changeset detected

Latest commit: 8608ce8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
app-builder-lib Patch
dmg-builder Patch
electron-builder-squirrel-windows Patch
electron-builder Patch
electron-forge-maker-appimage Patch
electron-forge-maker-nsis-web Patch
electron-forge-maker-nsis Patch
electron-forge-maker-snap Patch

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

@github-actions github-actions bot added the nsis label Jun 9, 2025
@mmaietta mmaietta merged commit b960d2f into master Jun 10, 2025
38 of 39 checks passed
@mmaietta mmaietta deleted the chore/refactor-getBin branch June 10, 2025 05:04
@github-actions github-actions bot mentioned this pull request Jun 10, 2025
@drivron
Copy link
Contributor

drivron commented Sep 29, 2025

I'm seeing an issue with this fix with the call to doGetBin in binDownload.ts. This function is now called with cacheName, which produces an invalid value when ELECTRON_BUILDER_CACHE is set.
For example, if ELECTRON_BUILDER_CACHE="~cache", the following command is called and fails: app-builder.exe download-artifact --name ~cachewinCodeSign; and the following directory is created: ~cache/~cachewinCodeSign/590582919.
Replacing promise = doGetBin(cacheName, url, checksum) with promise = doGetBin(cacheKey, url, checksum) seems to fix this issue.

@mmaietta
Copy link
Collaborator Author

mmaietta commented Oct 1, 2025

@drivron would you be willing to open a PR for that code change? I'm swamped with some critical investigations currently

@drivron
Copy link
Contributor

drivron commented Oct 2, 2025

Here is PR #9293.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants