mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 19:12:04 +08:00
调整构建脚本
This commit is contained in:
@@ -35,9 +35,12 @@ jobs:
|
|||||||
sudo chroot debian apt update
|
sudo chroot debian apt update
|
||||||
## 获取 Wine 运行器安装包
|
## 获取 Wine 运行器安装包
|
||||||
git clone https://github.com/gfdgd-xi/deep-wine-runner --depth=1
|
git clone https://github.com/gfdgd-xi/deep-wine-runner --depth=1
|
||||||
|
cd deep-wine-runner
|
||||||
|
make build
|
||||||
|
cd ..
|
||||||
url=`python3 deep-wine-runner/off-line-shell/GetNewestDebUrl.py`
|
url=`python3 deep-wine-runner/off-line-shell/GetNewestDebUrl.py`
|
||||||
wget $url
|
#wget $url
|
||||||
mv *.deb debian/tmp/wine-runner.deb
|
mv deep-wine-runner/spark-deepin-wine-runner.deb debian/tmp/wine-runner.deb
|
||||||
## 安装
|
## 安装
|
||||||
sudo chroot debian apt install locales /tmp/wine-runner.deb winehq-devel xfce4-terminal -y
|
sudo chroot debian apt install locales /tmp/wine-runner.deb winehq-devel xfce4-terminal -y
|
||||||
# 构建软件包
|
# 构建软件包
|
||||||
|
|||||||
Reference in New Issue
Block a user