diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4c8c9c8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "novnc"] + path = novnc + url = https://github.com/novnc/noVNC diff --git a/Makefile b/Makefile index 629d3b5..ac8ef6e 100755 --- a/Makefile +++ b/Makefile @@ -146,6 +146,8 @@ 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 + if [[ ! -d novnc/utils/websockify ]]; then ; git submodule update --init --recursive ; fi + cp -rv novnc deb/opt/apps/deepin-wine-runner mkdir -pv deb/opt/apps/deepin-wine-runner/entries/ cp -rv deb/usr/share/applications deb/opt/apps/deepin-wine-runner/entries/applications python3 UpdateTime.py diff --git a/novnc b/novnc new file mode 160000 index 0000000..7fcf9dc --- /dev/null +++ b/novnc @@ -0,0 +1 @@ +Subproject commit 7fcf9dcfe0cc5b14e3841a4429dc091a6ffca861