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

build fail 4.9.0 #1209

Open
zkrige opened this issue Aug 21, 2024 · 7 comments · Fixed by #1204
Open

build fail 4.9.0 #1209

zkrige opened this issue Aug 21, 2024 · 7 comments · Fixed by #1204

Comments

@zkrige
Copy link
Collaborator

zkrige commented Aug 21, 2024

4.9.0

Error: SHA256 checksums do not match.
at verify (file:///Users/distiller/desktop_viewer/mac/node_modules/nw-builder/src/get/verify.js:42:15)
at get (file:///Users/distiller/desktop_viewer/mac/node_modules/nw-builder/src/get/index.js:137:5)
at Module.nwbuild (file:///Users/distiller/desktop_viewer/mac/node_modules/nw-builder/src/index.js:86:5)

Fatal error: SHA256 checksums do not match.

@ayushmanchhabra
Copy link
Collaborator

Does this happen every time or once in a while?

@zkrige
Copy link
Collaborator Author

zkrige commented Aug 21, 2024

It happens on every build. If I roll back to 4.8.1 it works fine

@ayushmanchhabra
Copy link
Collaborator

Will try to debug this over the weekend. I know that the shasum is generated properly, maybe its comparing the wrong file's shasums?

@ayushmanchhabra
Copy link
Collaborator

It happens on every build. If I roll back to 4.8.1 it works fine

What options are you using for nwbuild?

@zkrige
Copy link
Collaborator Author

zkrige commented Aug 24, 2024

 "nwbuild": {
    "version": "0.91.0",
    "cache": true,
    "logLevel": "debug",
    "cacheDir": "./build/output/nwjs-cache",
    "srcDir": "./build/output/result",
    "ffmpeg": true,
    "glob": false
  }

@ayushmanchhabra
Copy link
Collaborator

ayushmanchhabra commented Aug 24, 2024

Could you try v4.10.0? I've improved the error message.

@ayushmanchhabra
Copy link
Collaborator

ayushmanchhabra commented Aug 24, 2024

Also v4.10.0 has the update helper apps functionality - let me know if any other osx bundles should be updated

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 a pull request may close this issue.

2 participants