We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(如需修改设置或pac,可以在程序同目录下新建,无需再打包,详见README.md)
参考https://github.com/URenko/Accesser/blob/master/.github/workflows/build.yml
先安装依赖项:
pip install pyinstaller httpx[http2] pip install -r requirements.txt
然后
pyinstaller accesser.spec
生成的一键程序在dist目录下