Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TheElixZammuto/moonlight-xbox
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElixZammuto committed Dec 27, 2024
2 parents bf8531c + 0790d8b commit ffb7861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
if: >-
(startsWith(github.event.pull_request.head.repo.full_name, 'TheElixZammuto/') &&
github.event_name == 'pull_request') ||
(startsWith(github.repository.full_name, 'TheElixZammuto/') &&
(startsWith(github.repository, 'TheElixZammuto/') &&
github.event_name == 'push')
env:
CERTIFICATE_FILE: ${{ secrets.CERTIFICATE_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="50497EliaZammuto.MoonlightUWP"
Publisher="CN=CE07B73A-712E-4E05-932B-D08CE2C8A87C"
Version="1.16.0.0" />
Version="1.16.3.0" />

<mp:PhoneIdentity PhoneProductId="05850585-e2ce-441e-beae-1c76b89fe7ed" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit ffb7861

Please sign in to comment.