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/create_msix_package.py
parent78011d712dc311768a501b31917f2eef27af753b (diff)
Revert "Fix T79356: Improved icons for MSIX builds"
This reverts commit 78011d712dc311768a501b31917f2eef27af753b.
Diffstat (limited to 'release/windows/msix/create_msix_package.py')
-rw-r--r--release/windows/msix/create_msix_package.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/release/windows/msix/create_msix_package.py b/release/windows/msix/create_msix_package.py
index 7d33abb03c7..dda09a10d4b 100644
--- a/release/windows/msix/create_msix_package.py
+++ b/release/windows/msix/create_msix_package.py
@@ -95,9 +95,6 @@ content_blender_folder = pathlib.Path(content_folder, "Blender").absolute()
content_assets_folder = pathlib.Path(content_folder, "Assets")
assets_original_folder = pathlib.Path(".", "Assets")
-pri_config_file = pathlib.Path(".", "priconfig.xml")
-pri_resources_file = pathlib.Path(content_folder, "resources.pri")
-
local_blender_zip = pathlib.Path(".", "blender.zip")
if args.pfx:
@@ -110,13 +107,6 @@ else:
pfx_path = None
print("Creating MSIX package without signing.")
-pri_new_command = ["makepri",
- "new",
- "/pr", f"{content_folder.absolute()}",
- "/cf", f"{pri_config_file.absolute()}",
- "/of", f"{pri_resources_file.absolute()}"
- ]
-
msix_command = ["makeappx",
"pack",
"/h", "SHA256",
@@ -175,9 +165,6 @@ with zipfile.ZipFile(local_blender_zip, "r") as blender_zip:
print("... extraction complete.")
-print(f"Generating Package Resource Index (PRI) file using command: {' '.join(pri_new_command)}")
-execute_command(pri_new_command, "MakePri", 4)
-
print(f"Creating MSIX package using command: {' '.join(msix_command)}")
# Remove MSIX file if it already exists. Otherwise the MakeAppX tool