File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ rm -rf dist
1919rm -rf out
2020# Don't include Windows VNC binaries on Linux
2121rm -rf vnc-software/uvnc-windows
22+ if [ ! -d " vnc-software/tigervnc-linux-x86_64" ]; then
23+ echo " vnc-software/tigervnc-linux-x86_64 not found, running vnc-software/download_tigervnc.sh"
24+ ./vnc-software/download_tigervnc.sh
25+ fi
26+
2227
2328# If you run it in dev mode first with:
2429# npm run start
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ rm -rf dist
2222rm -rf out
2323# dont include linux binaries in Windows build
2424rm -rf vnc-software/tigervnc-linux-x86_64
25+ if [ ! -d " vnc-software/uvnc-windows" ]; then
26+ echo " vnc-software/uvnc-windows not found, running vnc-software/download_uvnc.sh"
27+ ./vnc-software/download_uvnc.sh
28+ fi
2529
2630# first make sure the correct files are packaged with electron-forge:
2731echo " 4) Packaging with: electron-forge package"
You can’t perform that action at this time.
0 commit comments