From 9fed1005dd277f5e99840e42ef7652b03f527bda Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 30 Jul 2024 22:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8180cff..60a82d3 100755 --- a/Makefile +++ b/Makefile @@ -146,6 +146,7 @@ copy-files: cp -rv RemoveQemuUser.sh deb/opt/apps/deepin-wine-runner cp -rv InstallBox86.sh deb/opt/apps/deepin-wine-runner cp -rv InstallRuntime deb/opt/apps/deepin-wine-runner + cp -rv globalenv.py deb/opt/apps/deepin-wine-runner if [[ ! -d novnc/utils/websockify ]]; then git submodule update --init --recursive ; fi if [[ ! -d novnc/utils/websockify ]]; then cd novnc/utils; git clone https://github.com/novnc/websockify ; fi cp -rv novnc deb/opt/apps/deepin-wine-runner