3 Star 0 Fork 0

lzq1357 / Modifying pictures

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
0pack.bat 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
lzq1357 提交于 2021-03-27 20:18 . 启动、打包脚本
@echo off
set app_name=ImageTool
set dir_conda=E:\ProgramData\Anaconda3
call %dir_conda%\Scripts\activate.bat %dir_conda%
cd /d %~dp0
if exist .\build\ (rd /s /q .\build\)
if exist .\dist\ (rd /s /q .\dist)
pyinstaller -D -w .\Main.py -i .\img\logo.ico --name=%app_name%
mkdir .\dist\%app_name%\img\
xcopy /s /q /y .\img\* .\dist\%app_name%\img\
mkdir .\dist\%app_name%\icon\
xcopy /s /q /y .\icon\* .\dist\%app_name%\icon\
pause
Python
1
https://gitee.com/lzq1357/Modifying-pictures.git
git@gitee.com:lzq1357/Modifying-pictures.git
lzq1357
Modifying-pictures
Modifying pictures
master

搜索帮助