Skip to content

Commit

Permalink
Cherry pick PR #1415: Update AppxManifest to Windows.Xbox for QA buil…
Browse files Browse the repository at this point in the history
…ds (#1416)

Refer to the original PR: #1415

b/297577690

Co-authored-by: Garo Bournoutian <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and gbournou authored Sep 20, 2023
1 parent f00f9e9 commit 89532fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions starboard/xb1/templates/AppxManifest.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
</Properties>
<Dependencies>
<TargetDeviceFamily
{% if __CONFIG__ == 'gold' %}
Name="Windows.Xbox"
{% else %}
{% if __CONFIG__ == 'debug' or __CONFIG__ == 'devel' %}
Name="Windows.Universal"
{% else %}
Name="Windows.Xbox"
{% endif %}
MinVersion="10.0.22000.0"
MaxVersionTested="10.0.22000.0" />
Expand Down

0 comments on commit 89532fe

Please sign in to comment.