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

Use tauri-winres #315

Closed Commandcracker closed 3 days ago

Commandcracker commented 3 days ago

Description

tauri-winres is way faster because it is using embed_resource and this also means it does not rely on rc.exe or windres.exe and ar.exe, making cross-compile possible.

(See https://github.com/Snowiiii/Pumpkin/issues/312#issuecomment-2483389125)

Testing

Checklist

Things need to be done before this Pull Request can be merged.

Snowiiii commented 3 days ago

Looks good to me. Thanks @Commandcracker :D