Ai
2 Star 15 Fork 7

星火计划 Project Spark/星火应用管理器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-on-gitee.sh 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
ct 提交于 2025-06-08 19:19 +08:00 . fix: gitee go 打包问题
# 换源
pwd
echo "换源"
cat > /etc/apt/sources.list << EOF
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb http://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
# deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
deb http://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
# deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
deb http://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free
# deb-src http://mirrors.tuna.tsinghua.edu.cn/debian-security buster/updates main contrib non-free
EOF
cat /etc/apt/sources.list
apt-get update
export DEBIAN_FRONTEND=noninteractive
echo "安装依赖..."
apt-get install libgsettings-qt-dev -y
apt-get install debhelper git curl fakeroot qtbase5-dev zlib1g-dev qt5-default -y
git clone https://gitlink.org.cn/shenmo7192/dtk-old-bundle.git
cd dtk-old-bundle
apt-get install ./*.deb -y
cd ..
rm -rf dtk-old-bundle
export version=${WORK_FLOW_ENV_PKG_VERSION}
./dpkg-buildpackage.sh
mkdir -p ../target
output_file_path_list=$(find . -maxdepth 1 -type f -name "com.github.ccc-app-manager_*" -o -name "com.github.ccc-app-manager-dbgsym_*")
for f in ${output_file_path_list}
do
mv $f ../target
done
echo "target:"
ls ../target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/spark-store-project/ccc-app-manager.git
git@gitee.com:spark-store-project/ccc-app-manager.git
spark-store-project
ccc-app-manager
星火应用管理器
master

搜索帮助