Skip to content

Commit 5b89de3

Browse files
committed
发布3.3.0.3718
1 parent ffc3932 commit 5b89de3

File tree

3 files changed

+17
-29
lines changed

3 files changed

+17
-29
lines changed

.idea/workspace.xml

Lines changed: 15 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.meta/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VSVersionInfo(
55
ffi=FixedFileInfo(
66
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
77
# Set not needed items to zero 0.
8-
filevers=(3, 0, 0, 3087), # 文件版本
8+
filevers=(3, 3, 0, 3718), # 文件版本
99
# Contains a bitmask that specifies the valid bits 'flags'r
1010
mask=0x3f,
1111
# Contains a bitmask that specifies the Boolean attributes of the file.

Build4Win7.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ move /Y "dist\Updater.exe" "external_res\"
2525
:: 请先修改使用的虚拟环境,使用 PyInstaller 创建正常版本(无窗口)
2626
.venv37\Scripts\pyinstaller --name="极峰多聊" --windowed --icon=external_res\JFMC.ico ^
2727
--add-data="external_res;external_res" --distpath="dist\极峰多聊By37" ^
28-
--version-file=.meta\version.txt --noconfirm Main.py
28+
--version-file=.meta\version.txt --noconfirm --hidden-import=comtypes.stream Main.py
2929

3030
:: 检查打包是否成功
3131
if exist "dist\极峰多聊By37\极峰多聊\极峰多聊.exe" (

0 commit comments

Comments
 (0)