Snowiiii / Pumpkin

Empowering everyone to host fast and efficient Minecraft servers.
https://snowiiii.github.io/Pumpkin/
MIT License
3.25k stars 113 forks source link

fix so that dev on linux doesn't rebuild entire project #312

Closed Bryntet closed 3 days ago

Bryntet commented 4 days ago

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.

Commandcracker commented 4 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

Snowiiii commented 3 days ago

LGTM. Thanks @Bryntet 👍