Updated branding for application names (#1617)

This commit is contained in:
Terry Michaels
2021-06-28 11:35:13 -05:00
committed by GitHub
parent 5656736db4
commit 7a2a2dc0d7
15 changed files with 23 additions and 23 deletions
@@ -16,7 +16,7 @@ namespace AzFramework
{
AZStd::string GetPersistentName()
{
AZStd::string persistentName = "Open 3D Engine";
AZStd::string persistentName = "O3DE";
char procPath[AZ_MAX_PATH_LEN];
AZ::Utils::GetExecutablePathReturnType ret = AZ::Utils::GetExecutablePath(procPath, AZ_MAX_PATH_LEN);