Closed HengzheLi closed 3 years ago
The error states the the hash of the downloaded file is wrong, can you try again ? Please re-open if the issue persists.
@HengzheLi 这个问题你解决了嘛?我现在也出现这个问题了,我已经开启全局翻墙,但是还是下载失败,我手动下载成功,但是不清楚放到哪个目录下。
According to the code on the following.
Just download https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip and extract it to "./WixTools"
.
给你点赞 也是同样遇到 wix 这个下载问题 VPN开了 网络一切正常 手动下载那个链接也很快下载了 Google都正常使用的 就是build命令卡在那个downloading wix那里...无语了
@HengzheLi 这个问题你解决了嘛?我现在也出现这个问题了,我已经开启全局翻墙,但是还是下载失败,我手动下载成功,但是不清楚放到哪个目录下。
对于 tauri 1.0 版,把手动下载的文件夹解压到这里: C:\Users\[用户名]\AppData\Local\tauri\WixTools
@HengzheLi 这个问题你解决了嘛?我现在也出现这个问题了,我已经开启全局翻墙,但是还是下载失败,我手动下载成功,但是不清楚放到哪个目录下。
对于 tauri 1.0 版,把手动下载的文件夹解压到这里: C:\Users[用户名]\AppData\Local\tauri\WixTools
Yes, from the code, the location of extracted wixtools changed from ./WixTools
to %localappdata%\tauri\WixTools
.
@HengzheLi 这个问题你解决了嘛?我现在也出现这个问题了,我已经开启全局翻墙,但是还是下载失败,我手动下载成功,但是不清楚放到哪个目录下。
对于 tauri 1.0 版,把手动下载的文件夹解压到这里: C:\Users[用户名]\AppData\Local\tauri\WixTools
Yes, from the code, the location of extracted wixtools changed from
./WixTools
to%localappdata%\tauri\WixTools
.
非常感谢,第一次尝试 tauri
但是一直卡在 Downloading wix
,对于国内开发者确实不太友好
It's still a problem
@HengzheLi 这个问题你解决了嘛?我现在也出现这个问题了,我已经开启全局翻墙,但是还是下载失败,我手动下载成功,但是不清楚放到哪个目录下。
对于 tauri 1.0 版,把手动下载的文件夹解压到这里: C:\Users[用户名]\AppData\Local\tauri\WixTools
Yes, from the code, the location of extracted wixtools changed from
./WixTools
to%localappdata%\tauri\WixTools
.
after download completed,i encountered other problems:failed to bundle project: error running candle.exe: error running candle.exe
. but in fact, i found candle.exe in my loacl.
i download wix in terminal, not manually download.
@HengzheLi 这个问题你解决了嘛?我现在也出现这个问题了,我已经开启全局翻墙,但是还是下载失败,我手动下载成功,但是不清楚放到哪个目录下。
对于 tauri 1.0 版,把手动下载的文件夹解压到这里: C:\Users[用户名]\AppData\Local\tauri\WixTools
您好,请问我把压缩包放进去之后,在执行npm run tauri build
命令时,他会先删掉我这个WixTools目录,然后依然去执行downloading了。您有遇到过这种问题吗?
@HengzheLi 这个问题你解决了嘛?我现在也出现这个问题了,我已经开启全局翻墙,但是还是下载失败,我手动下载成功,但是不清楚放到哪个目录下。
对于 tauri 1.0 版,把手动下载的文件夹解压到这里: C:\Users[用户名]\AppData\Local\tauri\WixTools
您好,请问我把压缩包放进去之后,在执行
npm run tauri build
命令时,他会先删掉我这个WixTools目录,然后依然去执行downloading了。您有遇到过这种问题吗?
you need unzip the wix311-binaries.zip file to the WixTools dir
不管是311还是314版本已经解压放到对应目录了还是显示下载。。。 pake-cli@2.5.2 tauri
tauri build Compiling app v0.1.0 (C:\Users\loong\AppData\Roaming\npm\node_modules\pake-cli\src-tauri) Finished
release
profile [optimized] target(s) in 40.61s Info Verifying wix package Downloading https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip@HengzheLi 这个问题你解决了嘛?我现在也出现这个问题了,我已经开启全局翻墙,但是还是下载失败,我手动下载成功,但是不清楚放到哪个目录下。
对于 tauri 1.0 版,把手动下载的文件夹解压到这里: C:\Users[用户名]\AppData\Local\tauri\WixTools
您好,请问我把压缩包放进去之后,在执行
npm run tauri build
命令时,他会先删掉我这个WixTools目录,然后依然去执行downloading了。您有遇到过这种问题吗?you need unzip the wix311-binaries.zip file to the WixTools dir
Repo step:
warning: unused manifest key: source Compiling app v0.1.0 (C:\Repos\ice-poc\tauri\src-tauri) Finished release [optimized] target(s) in 56.71s info: Verifying wix package info: Downloading https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip info: validating hash Error: failed to bundle project
Caused by: hash mismatch of downloaded file
app:spawn Command "C:\Repos\ice-poc\tauri\node_modules\@tauri-apps\cli\bin\tauri-cli.exe" failed with exit code: 1 +1ms error Command failed with exit code 1.