diff --git a/clients/windows/Cargo.toml b/clients/windows/Cargo.toml index d5222651..54c55922 100644 --- a/clients/windows/Cargo.toml +++ b/clients/windows/Cargo.toml @@ -60,6 +60,10 @@ windows = { git = "https://github.com/microsoft/windows-rs", rev = "a4f7b2cb7c63 "Win32_Graphics_Direct3D11", "Win32_Graphics_Direct3D_Fxc", "Win32_Graphics_Gdi", + # IShellLinkW + IPersistFile for the "Create shortcut" writer, and COPYDATASTRUCT for the + # link hand-off between instances (deeplink.rs). + "Win32_System_Com", + "Win32_System_DataExchange", "Win32_System_Console", "Win32_System_LibraryLoader", "Win32_System_Threading", diff --git a/clients/windows/packaging/AppxManifest.xml b/clients/windows/packaging/AppxManifest.xml index a713bf56..8c96a691 100644 --- a/clients/windows/packaging/AppxManifest.xml +++ b/clients/windows/packaging/AppxManifest.xml @@ -19,8 +19,9 @@ + IgnorableNamespaces="uap uap5 rescap"> + + + + + Punktfunk stream link + + + + + + + + +