aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2019-09-21 09:37:20 +0200
committerPaul Rouget <me@paulrouget.com>2019-09-21 09:45:50 +0200
commit95a9287a8a22f1e6742e58b2c2795cea7af632ae (patch)
treeb522e08aa726e23ef0fa8729918c808fbee72f1a
parent4490b2de9acf398ca9b13a4c3ac8a68619daef54 (diff)
downloadservo-95a9287a8a22f1e6742e58b2c2795cea7af632ae.tar.gz
servo-95a9287a8a22f1e6742e58b2c2795cea7af632ae.zip
Add more capabilities to UWP app
-rw-r--r--support/hololens/ServoApp/Package.appxmanifest2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/hololens/ServoApp/Package.appxmanifest b/support/hololens/ServoApp/Package.appxmanifest
index a8363f8d0fa..5c706ebafaa 100644
--- a/support/hololens/ServoApp/Package.appxmanifest
+++ b/support/hololens/ServoApp/Package.appxmanifest
@@ -37,5 +37,7 @@
</Applications>
<Capabilities>
<Capability Name="internetClient" />
+ <Capability Name="codeGeneration" />
+ <Capability Name="privateNetworkClientServer" />
</Capabilities>
</Package> \ No newline at end of file