File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ rm -rf dist
19
19
rm -rf out
20
20
# Don't include Windows VNC binaries on Linux
21
21
rm -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
+
22
27
23
28
# If you run it in dev mode first with:
24
29
# npm run start
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ rm -rf dist
22
22
rm -rf out
23
23
# dont include linux binaries in Windows build
24
24
rm -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
25
29
26
30
# first make sure the correct files are packaged with electron-forge:
27
31
echo " 4) Packaging with: electron-forge package"
You can’t perform that action at this time.
0 commit comments