fix: embed icon in Windows exe via direct resource.o linker arg

This commit is contained in:
Helios Agent 2026-03-06 11:39:08 +01:00
parent 4353045b1a
commit 5124856b72
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
4 changed files with 13 additions and 429 deletions

View file

@ -1,2 +1,6 @@
[target.x86_64-unknown-linux-gnu]
linker = "x86_64-linux-gnu-gcc"
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
ar = "x86_64-w64-mingw32-ar"