发布

  • fix(publish): disable CETCompat on Windows binaries

    frostbyte_neo 发布于 2026-05-07 18:56:17 +00:00 | 3477 次提交 在此版本后已推送到 main

    Windows binaries marked CET-compat fail with a fatal load error on
    machines whose CPU or OS lacks CET shadow-stack support. Clearing the
    PE header bit lets the binary load on all Windows x64 hosts without
    affecting Mac/Linux builds (the property is ignored for non-PE RIDs).

    下载附件