Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit 96beeeb

Browse files
committed
WIP package signing
1 parent b68d8ed commit 96beeeb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/Quarrel/Package.Alpha.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<Identity
1010
Name="38062AvishaiDernis.DiscordUWP"
11-
Publisher="CN=43D24869-0557-46C9-8B30-13C6ACFDB86B"
11+
Publisher="CN=Adam Dernis"
1212
Version="99.0.0.0" />
1313

1414
<mp:PhoneIdentity PhoneProductId="ad8ee882-b52e-43c1-9621-07c4c9beb65e" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

src/Quarrel/Quarrel.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
20-
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
20+
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
2121
<LangVersion>10.0</LangVersion>
2222
<Nullable>enable</Nullable>
2323
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -83,6 +83,12 @@
8383
<TranslationReport Condition="'$(Configuration)' == 'Release'">true</TranslationReport>
8484
<SuppressPseudoWarning Condition="'$(Configuration)' == 'Debug'">true</SuppressPseudoWarning>
8585
</PropertyGroup>
86+
<PropertyGroup>
87+
<SignAssembly>true</SignAssembly>
88+
</PropertyGroup>
89+
<PropertyGroup>
90+
<AssemblyOriginatorKeyFile>Quarrel-Alpha_Key.pfx</AssemblyOriginatorKeyFile>
91+
</PropertyGroup>
8692
<ItemGroup>
8793
<Compile Include="App.xaml.cs">
8894
<DependentUpon>App.xaml</DependentUpon>
@@ -423,6 +429,7 @@
423429
<Content Include="Assets\Logo\Wide310x150Logo.scale-200.png" />
424430
<Content Include="Assets\Logo\Wide310x150Logo.scale-400.png" />
425431
<Content Include="Properties\Default.rd.xml" />
432+
<None Include="Quarrel-Alpha_Key.pfx" />
426433
</ItemGroup>
427434
<ItemGroup>
428435
<ApplicationDefinition Include="App.xaml">

0 commit comments

Comments
 (0)