Skip to content

Commit 45a5850

Browse files
Added multi instance ability
1 parent df41f05 commit 45a5850

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

VBAudioRouter/Package.appxmanifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
77
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
88
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
9+
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
910
IgnorableNamespaces="uap mp uap3 rescap">
1011

1112
<Identity
@@ -31,6 +32,7 @@
3132

3233
<Applications>
3334
<Application Id="App"
35+
desktop4:SupportsMultipleInstances="true"
3436
Executable="$targetnametoken$.exe"
3537
EntryPoint="VBAudioRouter.App">
3638
<uap:VisualElements

0 commit comments

Comments
 (0)