From b8adbf1a9630c6c3b5758327fad1fca4ebc76e88 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Tue, 30 Jan 2024 23:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/build_exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build_exe.py b/tests/build_exe.py index c528239..04875f9 100644 --- a/tests/build_exe.py +++ b/tests/build_exe.py @@ -115,7 +115,7 @@ VSVersionInfo( [ StringTable( '040904b0', - [StringStruct('CompanyName', 'None'), + [StringStruct('CompanyName', 'PyWxDump'), StringStruct('FileDescription', 'PyWxDump from https://github.com/xaoyaoo/PyWxDump'), StringStruct('FileVersion', '{__version__}'), StringStruct('InternalName', 'wxdump.exe'),