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:
authorEric Bickle <ShadowChaser>2021-01-13 15:31:43 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-25 11:54:33 +0300
commit6265fe860588e9e20e0f3baf8f42ef6247b36ff8 (patch)
treee240bf6fc4ce629c37b0f30d685940c48bf061f2 /release/windows/msix/README.md
parentb78d373e96e03cec55210779b774630906f216e0 (diff)
Fix T79356: Improved icons for MSIX builds
Fixed an issue that was causing the app icon to render with a 'plated' background color in the taskbar and other areas of Windows. Updated all app icons in Microsoft Store package to match Microsoft's design recommendations. Added multiple scales for app icons for high resolution displays. Added high contrast app icons. Reviewed By: pablovazquez, jmonteath Maniphest Tasks: T79356 Differential Revision: https://developer.blender.org/D9681
Diffstat (limited to 'release/windows/msix/README.md')
-rw-r--r--release/windows/msix/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/windows/msix/README.md b/release/windows/msix/README.md
index 8967a655e3d..3f661a44066 100644
--- a/release/windows/msix/README.md
+++ b/release/windows/msix/README.md
@@ -9,8 +9,9 @@ needs to be signed.
Requirements
============
-* MakeAppX - this tool is distributed with Windows 10 SDK
-* SignTool - this tool is also distributed with Windows 10 SDK
+* MakeAppX.exe - this tool is distributed with the Windows 10 SDK and is used to build the .appx package.
+* MakePri.exe - this tool is distributed with the Windows 10 SDK and is used to generate a resources file.
+* SignTool.exe - this tool is distributed with the Windows 10 SDK and is used to sign the .appx package.
* Python 3 (3.7 or later tested) - to run the create_msix_package.py script
* requests module - can be installed with `pip install requests`
* PFX file (optional, but strongly recommended) - for signing the resulting MSIX