joncv / tauri-macos

使用tauri开发的简单仿macos的桌面app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用技术

  • 编辑工具: vscode
  • 框架技术: Vite + React
  • 跨端技术: Tauri
  • 组件库: arco-design

演示

问题

  • 使用Github Actions 运行打包,在windows下会出现以下报错:
    D:\a\tauri-macos\tauri-macos\src-tauri\target\release\build\tauri-macos-644f1e0a18de9c8c\out\resource.rc(25) : error RC2175 : resource file \\?\D:\a\tauri-macos\tauri-macos\src-tauri\icons\icon.ico is not in 3.00 format
    
    --- stderr
    thread 'main' panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\embed-resource-2.4.0\src\windows_msvc.rs:39:13:
    RC.EXE failed to compile specified resource file
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
    

About

使用tauri开发的简单仿macos的桌面app


Languages

Language:JavaScript 59.8%Language:HTML 34.5%Language:TypeScript 3.6%Language:CSS 2.0%Language:Less 0.1%Language:Rust 0.0%