Merge pull request #1442 from ramanverma2k/fix_1416

fix: Application name in Windows taskbar.
This commit is contained in:
Annie 2022-11-18 10:57:22 +08:00 committed by GitHub
commit 500d5efc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ BEGIN
BLOCK "040904e4" BLOCK "040904e4"
BEGIN BEGIN
VALUE "CompanyName", "com.example" "\0" VALUE "CompanyName", "com.example" "\0"
VALUE "FileDescription", "A new Flutter project." "\0" VALUE "FileDescription", "AppFlowy" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "app_flowy" "\0" VALUE "InternalName", "app_flowy" "\0"
VALUE "LegalCopyright", "Copyright (C) 2021 com.example. All rights reserved." "\0" VALUE "LegalCopyright", "Copyright (C) 2021 com.example. All rights reserved." "\0"