From c0aaf54ea4949ac48534a4e5b6ea456cf1627824 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 24 Dec 2023 08:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/building-off-line-package.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/building-off-line-package.yml b/.github/workflows/building-off-line-package.yml index 0a9aca2..bd0624d 100644 --- a/.github/workflows/building-off-line-package.yml +++ b/.github/workflows/building-off-line-package.yml @@ -35,9 +35,12 @@ jobs: sudo chroot debian apt update ## 获取 Wine 运行器安装包 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` - wget $url - mv *.deb debian/tmp/wine-runner.deb + #wget $url + 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 # 构建软件包