summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkito <jkito@github>2022-11-07 00:18:39 +0530
committerkali kaneko (leap communications) <kali@leap.se>2022-11-08 21:40:58 +0100
commitbf6be255dc05a7ae0e970af1d362bcfd4ca0bf31 (patch)
tree005d84cf47c3a9b598493cc8774427a82e2827cd
parent0fa73bd4c6afadc6bdd8c5cff9f2c4c29d61c7d8 (diff)
[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
-rw-r--r--Makefile2
1 files changed, 0 insertions, 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}