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
This commit is contained in:
Thomas Dinges 2022-11-23 15:14:13 +01:00
parent a819523dff
commit 460f7ec7aa
Notes: blender-bot 2023-02-14 09:33:11 +01:00
Referenced by issue #100749, Blender LTS: Maintenance Task 3.3
1 changed files with 3 additions and 3 deletions

View File

@ -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>