Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.sh 207 Bytes
Copy Edit Raw Blame History
shuke_2021 authored 2022-04-12 11:06 . fix:Performance of 86box
#!/bin/bash
project=$(cat project-name)
version=$(cat version.txt)
time_stamp=$(date +%Y%m%d_%H%M%S)
echo "#define QMSD_VERSION \"${project}_${version}_$time_stamp\"" > main/qmsd_version.h
idf.py build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化