mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-27 08:28:05 +08:00
调整构建脚本
This commit is contained in:
parent
4a47d95cd6
commit
c0aaf54ea4
@ -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
|
||||||
# 构建软件包
|
# 构建软件包
|
||||||
|
Loading…
x
Reference in New Issue
Block a user