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:
authorJeroen Bakker <jeroen@blender.org>2021-01-13 16:31:52 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-13 16:31:52 +0300
commit5f411f7f3870b021161c588fa7ecf66e6c089330 (patch)
treea9ddbf09ebc359a3aa927c9992a5f4571d3ab890 /release/windows/msix/README.md
parent78011d712dc311768a501b31917f2eef27af753b (diff)
Revert "Fix T79356: Improved icons for MSIX builds"
This reverts commit 78011d712dc311768a501b31917f2eef27af753b.
Diffstat (limited to 'release/windows/msix/README.md')
-rw-r--r--release/windows/msix/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/windows/msix/README.md b/release/windows/msix/README.md
index 3f661a44066..8967a655e3d 100644
--- a/release/windows/msix/README.md
+++ b/release/windows/msix/README.md
@@ -9,9 +9,8 @@ needs to be signed.
Requirements
============
-* 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.
+* MakeAppX - this tool is distributed with Windows 10 SDK
+* SignTool - this tool is also distributed with Windows 10 SDK
* 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