fix: cargo config.toml — rustflags as key, not section
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m44s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell 2026-03-17 17:38:32 -04:00
parent bec58fe096
commit c286e19190

View File

@ -90,8 +90,6 @@ jobs:
[target.x86_64-pc-windows-gnu] [target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc" linker = "x86_64-w64-mingw32-gcc"
ar = "x86_64-w64-mingw32-ar" ar = "x86_64-w64-mingw32-ar"
[target.x86_64-pc-windows-gnu.rustflags]
rustflags = ["-C", "link-args=-mwindows"] rustflags = ["-C", "link-args=-mwindows"]
EOF EOF