mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
🔨 fix: use custom certificate (#540)
This commit is contained in:
parent
1ee2f45e7c
commit
d95946abfe
@ -12,4 +12,9 @@ set_source_files_properties(${MANIFEST_FILE} PROPERTIES
|
|||||||
VS_DEPLOYMENT_CONTENT 1
|
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})
|
||||||
|
|||||||
BIN
packaging/UWP/IslePortable.pfx
Normal file
BIN
packaging/UWP/IslePortable.pfx
Normal file
Binary file not shown.
@ -6,11 +6,11 @@
|
|||||||
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
|
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
|
||||||
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
|
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
|
||||||
IgnorableNamespaces="uap mp">
|
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"/>
|
<mp:PhoneIdentity PhoneProductId="077047DC-73D0-4EE7-9359-EDFF0ED96127" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>LEGO® Island</DisplayName>
|
<DisplayName>LEGO® Island</DisplayName>
|
||||||
<PublisherDisplayName>Helloyunho</PublisherDisplayName>
|
<PublisherDisplayName>isledecomp/isle-portable</PublisherDisplayName>
|
||||||
<Logo>StoreLogo.png</Logo>
|
<Logo>StoreLogo.png</Logo>
|
||||||
</Properties>
|
</Properties>
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user