1 Star 0 Fork 2

pangzhifeng/awtk-web

forked from zlgopen/awtk-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build_win32.bat 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixianjing 提交于 2024-11-21 16:36 . add build_win32.bat
@echo off
setlocal
set AWTK_WEB=%CD%
if "%~2"=="" (
echo Usage: %0 app.json action(all^|debug^|release^|assets^|awtk_web_js^|awtk_js^|js)
echo =============================================================
echo debug: build debug version.
echo release: build release version.
echo assets: build assets only.
echo awtk_js: build awtk_js only.
echo awtk_web_js: build awtk_web_js only.
echo js: build awtk_js and awtk_web_js only.
echo all: same as debug. build debug version.
echo =============================================================
) else (
rem Use absolute path of python, to avoid using python in emsdk
set PYTHON=python
echo python path : %PYTHON%
call D:\work\tools\emsdk\emsdk_env.bat
%PYTHON% -m pip install --upgrade pip
%PYTHON% -m pip install Pillow
%PYTHON% create_project.py %*
)
cd %AWTK_WEB%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hangzhou_zhinuo_co_ltd_pangzhifeng/awtk-web.git
git@gitee.com:hangzhou_zhinuo_co_ltd_pangzhifeng/awtk-web.git
hangzhou_zhinuo_co_ltd_pangzhifeng
awtk-web
awtk-web
master

搜索帮助