diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-09-21 11:11:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 11:11:38 -0400 |
commit | 4fe8238b14d535f7ca94a36effda06624b73ecbe (patch) | |
tree | a99fb08345481e3c2feda0840158270abf5ef94d /python/servo/build_commands.py | |
parent | de89b09f681ec178fa03b7bfb0adb5bb3c96fba0 (diff) | |
parent | 3e4cac3481dcfc6ebe667be950dd40fe5fc91bc3 (diff) | |
download | servo-4fe8238b14d535f7ca94a36effda06624b73ecbe.tar.gz servo-4fe8238b14d535f7ca94a36effda06624b73ecbe.zip |
Auto merge of #24260 - paulrouget:miscUWP, r=jdm
Some small UWP improvements
- isolate the default url in its own file. As we keep tweaking it.
- allow code generation and local network connections
- cleaning the newly introduce AppPackages directory
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24260)
<!-- Reviewable:end -->
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 3afe06390cf..c78bbc29019 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -747,6 +747,7 @@ class MachCommands(CommandBase): "support/hololens/ServoApp/Debug/", "support/hololens/ServoApp/Release/", "support/hololens/packages/", + "support/hololens/AppPackages/", ] for uwp_artifact in uwp_artifacts: |