2 Star 6 Fork 2

龙雨枫/fastapi-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.bat 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
龙雨枫 提交于 2024-09-17 13:19 . 项目基础初始化
cd venv/Scripts
call activate
cd ../../
IF EXIST "dist" (
echo "Directory exist."
) else (
md dist
echo "Directory exist created"
)
copy main_pro.py .\dist\
copy config.toml .\dist\config.toml
call nuitka --mingw64 --show-progress --product-version=1.0.0 --standalone --output-dir=dist --onefile --windows-icon-from-ico=icon.ico --remove-output --output-filename=start.exe main_pro.py
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/LongYuFeng/fastapi-admin.git
[email protected]:LongYuFeng/fastapi-admin.git
LongYuFeng
fastapi-admin
fastapi-admin
master

搜索帮助