Replies: 1 comment
-
tauri runs winres internally as part of tauri-build (to be precise our fork of it. What's your use-case here that you can't solve with what we exposed in tauri-build? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading the project to tauri1.4, the project was unable to start with the error code error: linking with 'link. exe' failed: exit code: 1123. After investigation, I removed the Winres dependency in cargo. toml and the build. rs related statements to successfully run it.
May I ask why this is? Is there a dependency that can replace Winres?
Beta Was this translation helpful? Give feedback.
All reactions