mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
`candle` generates the object file based on the name of WiX source file, which is used by linker later. This PR effectively changes: - `Servo.exe` to `ServoShell.exe` for the windows installer - `Servo.zip` to `ServoShell.zip` We already generates `servoshell.exe` from build, it is weird that we keep the name `Servo.exe` for the MSI. Testing: The problem is fixed, for both executable and zip, see [this](https://github.com/servo/servo/actions/runs/22841763218/job/66249263625). Bencher [works too](https://github.com/servo/servo/actions/runs/22843667165/job/66256020144). Fixes: #43102, where the windows artifact keeps missing. --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>