Commit: 6e37f14489e4eb4b08fa1ed3346c246128304a98 Author: Thomas Dinges Date: Wed Nov 23 15:14:13 2022 +0100 Branches: blender-v3.4-release https://developer.blender.org/rB6e37f14489e4eb4b08fa1ed3346c246128304a98
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> _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
