tauri-tutorial icon indicating copy to clipboard operation
tauri-tutorial copied to clipboard

updater.mjs中的getSignature函数,无法解密出软件签名

Open Linken-code opened this issue 2 years ago • 0 comments

updater.mjs中的getSignature函数使用了node-fetch库来获取打包后的软件签名,但response.text()方法无法将请求获得的数据转换为签名的字符串。签名的字符串内容应该是base64编码的字符串。

Linken-code avatar Oct 12 '23 15:10 Linken-code