Tauri 升1.3 遇问题小记

  • rustc版本

package toml_datetime v0.6.2 cannot be built because it requires rustc 1.64.0 or newer, while the currently active rustc version is 1.61.0

命令行运行 rustup update,升级rustc版本即可

  • WixTools和nsis,无法下载
    • 可以尝试直接下载:WixTools / NSIS
    • 在该路径下%USERPROFILE%\AppData\Local\tauri(可直接复制,tauri文件夹可能还没被创建。)分别创建文件夹NSISWixTools
    • 将下载的压缩包内容解压至对应的文件夹下即可。
  • 跟升级无关,如需Tauri支持win7,则需要下载109或更旧的版本地址如下:
    • webview2 Runtime

你可能感兴趣的:(前端)