-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
file name in latest-mac.json does not match actual file name #1607
Comments
I'm running into the same issue as well. Any update or am I not using the naming conventions correctly? |
Not fixed yet. As workaround, do not use custom artifactName. |
I'm using the artifactName to avoid spaces in the productName problem (electron/packager#297). We were seeing updating problems with spaces in the productName. |
@bill-pixvana thanks for donation. Issue will be fixed 22 September. Do you use electron-updater 2 or 1? |
Version 2.8 of electron-updater. Thanks for the help |
@develar Any update on this issue? |
Should be fixed now. |
Version: v18.3.0
Target: Mac
relevant contents in package.json:
After the fix for #1398, the built file name will be:
my-client-1.6.0-SNAPSHOT-mac.zip
.Expected generated
latest-mac.json
:Actual generated
latest-mac.json
:Problem: since zip file now follows build.artifactName, the URL in latest-mac.json should follow it too.
The text was updated successfully, but these errors were encountered: