Closed Bryntet closed 3 days ago
I just found out, that tauri-winres uses embed-resource instead of rc.exe or windres.exe and ar.exe Switching to it will probably speed up adding the icon and metadata. It should also make Cross-compiling easier again.
But I think this is something for another PR :D
LGTM. Thanks @Bryntet 👍
Description
On linux currently, debug builds rebuilds everything due to the contents of
pumpkin/build.rs
Testing
Tested so that the issue no longer occurs.
Checklist
Things need to be done before this Pull Request can be merged.
cargo fmt
cargo clippy