1 Star 0 Fork 2

pangzhifeng/awtk-web

forked from zlgopen/awtk-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build_win32.sh 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixianjing 提交于 2024-11-06 16:33 . rework build scripts
AWTK_WEB=${PWD}
if [ "$#" -ne 2 ]; then
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
#use abs path of python, to avoid use python in emsdk
#PYTHON=`where 'python'` #'/d/Program Files (x86)/Microsoft Visual Studio/Shared/Python37_64/python.exe'
PYTHON='python'
echo "python path : $PYTHON"
source /d/work/tools/emsdk/emsdk_env.sh
${PYTHON} -m pip install --upgrade pip
${PYTHON} -m pip install Pillow
${PYTHON} create_project.py $*
fi
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

搜索帮助