mirror of
https://github.com/yshtcn/heartbeat.git
synced 2025-12-11 16:50:25 +08:00
增加第三方库列表,并在打包前自动安装
This commit is contained in:
parent
f6ce8b28bc
commit
17e23ef208
@ -1,9 +1,13 @@
|
||||
@echo off
|
||||
|
||||
|
||||
title "AutoPyInstaller:安装升级pyinstaller"
|
||||
:: 安装/更新pyinstaller(注意:不希望自动安装/更新pyinstaller记得注释掉)
|
||||
pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
cls
|
||||
|
||||
title "AutoPyInstaller:安装升级程序所用到的库"
|
||||
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
cls
|
||||
|
||||
:: 更新标题
|
||||
title "AutoPyInstaller:初始化"
|
||||
|
||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
pystray
|
||||
Pillow
|
||||
requests
|
||||
plyer
|
||||
Loading…
x
Reference in New Issue
Block a user