1 Star 2 Fork 0

LibQQt应用程序开发组织/Multi-building Technology (PyAutoMake)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.bat 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
T.D.R. 提交于 2021-04-24 09:39 +08:00 . 工程源码外部信息更新到PyAutoMake。
@echo off
::请使用 install.bat %* 进行安装
set mmpath=%WINDIR%
set mmfile=pyautomake.bat
set filepath=%~dp0
set sourcefile=pyautomake.bat
call :install %*
set mmfile=pyautomake-gui.bat
set filepath=%~dp0
set sourcefile=pyautomake-gui.bat
call :install %*
echo 安装成功。
exit /b 0
::================================================================
:install
echo @echo off > "%mmpath%\%mmfile%"
echo call "%filepath%\%sourcefile%" %* >> "%mmpath%\%mmfile%"
echo 安装 %mmfile%
goto :eof
:install_powershell
echo . "%filepath%\%sourcefile%" @args > "%mmpath%\%mmfile%"
echo 安装 %mmfile%
goto :eof
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/drabel/PyAutoMake.git
git@gitee.com:drabel/PyAutoMake.git
drabel
PyAutoMake
Multi-building Technology (PyAutoMake)
master

搜索帮助