uv/crates/uv-trampoline-builder
Pavel Logan Dikov caf49f845f
Use `.rcdata` to store trampoline type + path to python binary (#15068)
`.rsrc` is the idiomatic way of storing metadata and non-code resources
in PE
binaries. This should make the resulting binaries more robust as they
are no longer
dependent on the exact location of a certain magic number.

Addresses: #15022

## Test Plan

Existing integration test for `uv-trampoline-builder` + addition to
ensure robustness
to code signing.

---------

Co-authored-by: samypr100 <3933065+samypr100@users.noreply.github.com>
Co-authored-by: Zanie Blue <contact@zanie.dev>
2025-11-09 08:12:40 -06:00
..
src Use `.rcdata` to store trampoline type + path to python binary (#15068) 2025-11-09 08:12:40 -06:00
Cargo.toml Use `.rcdata` to store trampoline type + path to python binary (#15068) 2025-11-09 08:12:40 -06:00