添加NOVNC

This commit is contained in:
gfdgd xi 2024-07-21 09:36:40 +08:00
parent 104d197e4b
commit 0b0a757765
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored Normal file

@ -0,0 +1,3 @@
[submodule "novnc"]
path = novnc
url = https://github.com/novnc/noVNC

@ -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

1
novnc Submodule

@ -0,0 +1 @@
Subproject commit 7fcf9dcfe0cc5b14e3841a4429dc091a6ffca861