From bf6be255dc05a7ae0e970af1d362bcfd4ca0bf31 Mon Sep 17 00:00:00 2001 From: jkito Date: Mon, 7 Nov 2022 00:18:39 +0530 Subject: [pkg] remove downloading of openvpn binary in windows windows doesn't need to download and pack the openvpn binary as we it uses the windows provided VPN service --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 7488157..6a783c0 100644 --- a/Makefile +++ b/Makefile @@ -230,8 +230,6 @@ else @windeployqt --qmldir gui/components ${INST_DATA}${TARGET}.exe endif # XXX this is a workaround for missing libs after windeployqt --- - # TODO stage it - @wget ${OPENVPN_WINDOWS_INSTALLER} -O ${INST_DATA}openvpn-installer.msi @cp /cygdrive/c/Qt/5.15.2/mingw81_64/bin/libgcc_s_seh-1.dll ${INST_DATA} @cp /cygdrive/c/Qt/5.15.2/mingw81_64/bin/libstdc++-6.dll ${INST_DATA} @cp /cygdrive/c/Qt/5.15.2/mingw81_64/bin/libwinpthread-1.dll ${INST_DATA} -- cgit v1.2.3