Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2021-12-02 18:03:51 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-12-02 18:35:24 +0300
commit7e60d8a7134932278ec4f01ecff76b93502d421b (patch)
treeade59739ab565e82bf09075edfe5e3407a55d8d5
parent2fd657db5b2b34aab32cd26b2f65ef7c94f0104a (diff)
Fix missing Blender logo in Windows store package
D9681 was not properly merged to all branches, leaving a path to a non-existent icon file in the maniphest.
-rw-r--r--release/windows/msix/AppxManifest.xml.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/windows/msix/AppxManifest.xml.template b/release/windows/msix/AppxManifest.xml.template
index 9289a67efef..e1b267472a3 100644
--- a/release/windows/msix/AppxManifest.xml.template
+++ b/release/windows/msix/AppxManifest.xml.template
@@ -5,7 +5,7 @@
<DisplayName>Blender[LTSORNOT]</DisplayName>
<PublisherDisplayName>Blender Foundation</PublisherDisplayName>
<Description>Blender [VERSION] is the Free and Open Source 3D creation suite</Description>
- <Logo>Assets\StoreLogo.png</Logo>
+ <Logo>Assets\StoreLogo.scale-100.png</Logo>
</Properties>
<Resources>
<Resource Language="en-us" />