We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df41f05 commit 45a5850Copy full SHA for 45a5850
VBAudioRouter/Package.appxmanifest
@@ -6,6 +6,7 @@
6
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
7
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
8
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
9
+ xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
10
IgnorableNamespaces="uap mp uap3 rescap">
11
12
<Identity
@@ -31,6 +32,7 @@
31
32
33
<Applications>
34
<Application Id="App"
35
+ desktop4:SupportsMultipleInstances="true"
36
Executable="$targetnametoken$.exe"
37
EntryPoint="VBAudioRouter.App">
38
<uap:VisualElements
0 commit comments