提交 dfd781ce 编写于 作者: 徐晓伟's avatar 徐晓伟

v0.0.2.0

上级 86ecb0d5
......@@ -21,5 +21,5 @@
# 获取软件版本相关文件
pyi-grab_version python.exe file_version.txt
# 修改上述文件 file_version.txt,然后进行打包
PyInstaller -F -w -i static/favicon.ico manage_maven.py --version-file file_version.py -n manage_maven-v0.0.0.2.exe
PyInstaller -F -w -i static/favicon.ico manage_maven.py --version-file file_version.py -n manage_maven-v0.0.2.0.exe
```
......@@ -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, 0, 0, 2),
prodvers=(0, 0, 0, 2),
filevers=(0, 0, 2, 0),
prodvers=(0, 0, 2, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
......@@ -30,13 +30,13 @@ VSVersionInfo(
StringTable(
'000004b0',
[StringStruct('CompanyName', '徐晓伟工作室'),
StringStruct('FileDescription', '管理 Maven v0.0.0.2'),
StringStruct('FileVersion', '0.0.0.2'),
StringStruct('InternalName', '管理 Maven v0.0.0.2'),
StringStruct('FileDescription', '管理 Maven http://xxw.ac.cn/manage-maven'),
StringStruct('FileVersion', '0.0.2.0'),
StringStruct('InternalName', '管理 Maven v0.0.2.0'),
StringStruct('LegalCopyright', '徐晓伟 <xuxiaowei@xuxiaowei.com.cn>'),
StringStruct('OriginalFilename', 'manage_maven-v0.0.0.2.exe'),
StringStruct('OriginalFilename', 'manage_maven-v0.0.2.0.exe'),
StringStruct('ProductName', 'manage_maven'),
StringStruct('ProductVersion', '0.0.0.2')])
StringStruct('ProductVersion', '0.0.2.0')])
]),
VarFileInfo([VarStruct('Translation', [0, 1200])])
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册