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