Zayin Krige
Zayin Krige
4.11.0 gives me ``` Error: SHA256 checksums do not match. The file nwjs-sdk-v0.92.0-osx-arm64/nwjs.app/Contents/Frameworks/nwjs Framework.framework/Versions/129.0.6668.59/libffmpeg.dylib expected shasum is 0bfbf06441dfa23495068c94a0e3ab358e2b803937e9f72390d0a7e8bf800c22 but the actual shasum is f697041a8ca371914f30113c62049d59ab4116d66d55960cd73a1fa30d93945b. at verify (file:///node_modules/nw-builder/src/get/verify.js:41:15) at get (file:///node_modules/nw-builder/src/get/index.js:129:5)...
Excellent. I'll test the new version asap
This still fails if you're using cache. If I have previously downloaded ffmpeg, then the verify fails because ffmpeg hash is wrong ``` {"version":"0.92.0","cache":true,"logLevel":"debug","cacheDir":"./build/output/nwjs-cache","srcDir":"./build/output/result","ffmpeg":true,"glob":false,"mode":"get","flavor":"sdk","platform":"osx","arch":"arm64"} Error: SHA256 checksums do not match....
``` From 8537c6c43c0e0b7b734fe726b927d57ac796e0f3 Mon Sep 17 00:00:00 2001 From: Zayin Krige Date: Wed, 2 Oct 2024 08:16:55 +0200 Subject: [PATCH] skip hash verify for ffmpeg files --- src/get/index.js | 1...
Thanks! it looks like its working now
yes it does
@semmel was this tested? I'm not finding `Contents/Frameworks/nwjs Framework.framework/Versions/110.0.5481.97/XPCServices` folder so the script fails
@semmel ta - I just commented out the XPCServices block and it seems to work fine ¯\_(ツ)_/¯
@semmel perfect - thank you!
Is there any fix for this yet?