Skip to content

Commit

Permalink
Add allowunsigned compat to msix debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Oct 10, 2024
1 parent 170efb3 commit 7851806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Sources/Stylophone/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
IgnorableNamespaces="uap mp genTemplate uap3">

<Identity
Name="13459Difegue.Stylophone"
Publisher="CN=B2F6FFCA-07C7-479C-AC33-2C75463C7DCE"
<Identity
Name="StylophoneDebug"
Publisher="CN=B2F6FFCA-07C7-479C-AC33-2C75463C7DCE, OID.2.25.311729368913984317654407730594956997722=1"
Version="2.7.1.0" />

<mp:PhoneIdentity PhoneProductId="b9cbe0bc-1e9d-42c8-abf1-85c63af45f83" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>Stylophone</DisplayName>
<DisplayName>Stylophone (Dev)</DisplayName>
<PublisherDisplayName>Difegue</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -35,7 +35,7 @@
Executable="$targetnametoken$.exe"
EntryPoint="Stylophone.App">
<uap:VisualElements
DisplayName="ms-resource:AppDisplayName"
DisplayName="Stylophone (Dev)"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="ms-resource:AppDescription"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Stylophone/Package.tt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
#><Identity
Name="StylophoneDebug"
Publisher="CN=B2F6FFCA-07C7-479C-AC33-2C75463C7DCE"
Publisher="CN=B2F6FFCA-07C7-479C-AC33-2C75463C7DCE, OID.2.25.311729368913984317654407730594956997722=1"
Version="<#=version#>" />
<#
}
Expand Down

0 comments on commit 7851806

Please sign in to comment.