[Bf-blender-cvs] [460f7ec7aac] master: Windows: Run blender-launcher.exe instead of blender.exe

Thomas Dinges noreply at git.blender.org
Wed Nov 23 15:17:05 CET 2022


Commit: 460f7ec7aacf23f391dacd7839c8c160679ad62d
Author: Thomas Dinges
Date:   Wed Nov 23 15:14:13 2022 +0100
Branches: master
https://developer.blender.org/rB460f7ec7aacf23f391dacd7839c8c160679ad62d

Windows: Run blender-launcher.exe instead of blender.exe

With this change Blender, delivered via the Microsoft store, will launch without the console window flashing.

Ref T88613

Differential Revision: https://developer.blender.org/D16589

===================================================================

M	release/windows/msix/AppxManifest.xml.template

===================================================================

diff --git a/release/windows/msix/AppxManifest.xml.template b/release/windows/msix/AppxManifest.xml.template
index e1b267472a3..5bf56f5a50a 100644
--- a/release/windows/msix/AppxManifest.xml.template
+++ b/release/windows/msix/AppxManifest.xml.template
@@ -17,7 +17,7 @@
     <rescap:Capability Name="runFullTrust" />
   </Capabilities>
   <Applications>
-    <Application Id="BLENDER" Executable="Blender\blender.exe" EntryPoint="Windows.FullTrustApplication">
+    <Application Id="BLENDER" Executable="Blender\blender-launcher.exe" EntryPoint="Windows.FullTrustApplication">
       <uap:VisualElements
           BackgroundColor="transparent"
           DisplayName="Blender [VERSION]"
@@ -49,9 +49,9 @@
             </uap2:SupportedVerbs>
           </uap3:FileTypeAssociation>
         </uap3:Extension>
-        <uap3:Extension Category="windows.appExecutionAlias" Executable="Blender\blender.exe" EntryPoint="Windows.FullTrustApplication">
+        <uap3:Extension Category="windows.appExecutionAlias" Executable="Blender\blender-launcher.exe" EntryPoint="Windows.FullTrustApplication">
           <uap3:AppExecutionAlias>
-            <desktop:ExecutionAlias Alias="blender.exe" />
+            <desktop:ExecutionAlias Alias="blender-launcher.exe" />
           </uap3:AppExecutionAlias>
         </uap3:Extension>
       </Extensions>



More information about the Bf-blender-cvs mailing list