优化界面 完善逻辑
This commit is contained in:
@ -6,8 +6,8 @@ VSVersionInfo(
|
||||
ffi=FixedFileInfo(
|
||||
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
|
||||
# Set not needed items to zero 0.
|
||||
filevers=(0, 4, 0, 0),
|
||||
prodvers=(0, 4, 0, 0),
|
||||
filevers=(0, 4, 0, 1),
|
||||
prodvers=(0, 4, 0, 1),
|
||||
# Contains a bitmask that specifies the valid bits 'flags'r
|
||||
mask=0x3f,
|
||||
# Contains a bitmask that specifies the Boolean attributes of the file.
|
||||
@ -31,12 +31,12 @@ VSVersionInfo(
|
||||
'040904b0',
|
||||
[StringStruct('CompanyName', 'Rokae - https://www.rokae.com/'),
|
||||
StringStruct('FileDescription', 'All in one automatic toolbox'),
|
||||
StringStruct('FileVersion', '0.4.0.0 (2025-03-28)'),
|
||||
StringStruct('FileVersion', '0.4.0.1 (2025-03-30)'),
|
||||
StringStruct('InternalName', 'AIO.exe'),
|
||||
StringStruct('LegalCopyright', '© 2024-2025 Manford Fan'),
|
||||
StringStruct('OriginalFilename', 'AIO.exe'),
|
||||
StringStruct('ProductName', 'AIO'),
|
||||
StringStruct('ProductVersion', '0.4.0.0 (2025-03-28)')])
|
||||
StringStruct('ProductVersion', '0.4.0.1 (2025-03-30)')])
|
||||
]),
|
||||
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
||||
]
|
||||
|
@ -1 +1 @@
|
||||
0.4.0.0@03/27/2025
|
||||
0.4.0.1@03/30/2025
|
@ -1,11 +1,13 @@
|
||||
chardet==5.2.0
|
||||
customtkinter==5.2.2
|
||||
matplotlib==3.10.0
|
||||
numpy==2.2.2
|
||||
Pillow==11.1.0
|
||||
pyinstaller==6.12.0
|
||||
chardet==5.2.0
|
||||
codes==0.1.5
|
||||
numpy==2.2.4
|
||||
openpyxl==3.1.5
|
||||
pandas==2.2.3
|
||||
paramiko==3.5.0
|
||||
pdfplumber==0.11.5
|
||||
Pillow==11.1.0
|
||||
pymodbus==3.8.3
|
||||
pyinstaller==6.12.0
|
||||
paramiko==3.5.1
|
||||
pdfplumber==0.11.6
|
||||
pymodbus==3.8.6
|
||||
PySide6==6.8.3
|
||||
|
||||
|
@ -1 +1 @@
|
||||
0.4.0.0@03/27/2025
|
||||
0.4.0.1@03/30/2025
|
Reference in New Issue
Block a user