|
copy_file( |
|
&interactive |
|
.join(&arch) |
|
.join("native") |
|
.join("Microsoft.UI.pri"), |
|
&dest, |
|
"resources.pri", |
|
); |
WinUI3 needs a pri file to start after version 1.8. It is because of microsoft/WindowsAppSDK#4965 . It is a good refactor PR, but it violates the document, which says that the method MrmGetFilePathFromName will return a non-exist path with S_OK. I have created a PR to fix it, but nobody in MS cares: microsoft/WindowsAppSDK#5828
I think the file copying in windows-reactor-setup is a patch at the wrong place. It introduces more files to mitigate the bug. As my solution has been ignored for a long time, I hope you maintainers could contact with the real person in charge to solve the root issue.
windows-rs/crates/libs/reactor-setup/src/lib.rs
Lines 45 to 52 in 5141637
WinUI3 needs a pri file to start after version 1.8. It is because of microsoft/WindowsAppSDK#4965 . It is a good refactor PR, but it violates the document, which says that the method
MrmGetFilePathFromNamewill return a non-exist path withS_OK. I have created a PR to fix it, but nobody in MS cares: microsoft/WindowsAppSDK#5828I think the file copying in
windows-reactor-setupis a patch at the wrong place. It introduces more files to mitigate the bug. As my solution has been ignored for a long time, I hope you maintainers could contact with the real person in charge to solve the root issue.