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