🔨 fix: use custom certificate (#540)

This commit is contained in:
Helloyunho 2025-07-07 07:40:30 +09:00 committed by GitHub
parent 1ee2f45e7c
commit d95946abfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View File

@ -12,4 +12,9 @@ set_source_files_properties(${MANIFEST_FILE} PROPERTIES
VS_DEPLOYMENT_CONTENT 1
)
target_sources(isle PRIVATE ${ASSET_FILES} ${MANIFEST_FILE})
set(SIGNING_KEY_FILE IslePortable.pfx)
set_source_files_properties(${SIGNING_KEY_FILE} PROPERTIES
VS_DEPLOYMENT_CONTENT 1
)
target_sources(isle PRIVATE ${ASSET_FILES} ${MANIFEST_FILE} ${SIGNING_KEY_FILE})

Binary file not shown.

View File

@ -6,11 +6,11 @@
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
IgnorableNamespaces="uap mp">
<Identity Name="org.legoisland.Isle" Publisher="CN=Helloyunho" Version="0.1.0.0" />
<Identity Name="org.legoisland.Isle" Publisher="CN=Isle Portable" Version="0.1.0.0" />
<mp:PhoneIdentity PhoneProductId="077047DC-73D0-4EE7-9359-EDFF0ED96127" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<Properties>
<DisplayName>LEGO® Island</DisplayName>
<PublisherDisplayName>Helloyunho</PublisherDisplayName>
<PublisherDisplayName>isledecomp/isle-portable</PublisherDisplayName>
<Logo>StoreLogo.png</Logo>
</Properties>
<Dependencies>