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:04:48 +0300
commit448c838cee6d5b6e70020672ba45e1770ee4497d (patch)
tree221c3a9b306ebab46a8aa62e1d3c2a3cf565bff7
parent5e2dc507e7e6d5ae2332091cf82661a2bbd8440a (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" />