pub async fn package_winui(
project: &Project,
options: PackageOptions,
) -> Result<Artifact>Expand description
Package a WinUI app (locate the built binary and stage its resources).
ยงErrors
Returns an error if the host is unsupported, assets cannot be staged, or the built binary is missing.