summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOdd Stranne <odd@mullvad.net>2018-04-06 11:25:57 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-06-08 11:13:02 +0200
commit10cd23ec7f869068244251d47962490e604ea068 (patch)
tree2f0483d8a4492526f534a5246d1cd57997feb526
parentf8e1c6d3eba44cd213ea6cdf7049c6693a7f0d55 (diff)
downloadmullvadvpn-10cd23ec7f869068244251d47962490e604ea068.tar.xz
mullvadvpn-10cd23ec7f869068244251d47962490e604ea068.zip
Correct path for bundled openvpn files
-rw-r--r--dist-assets/installer.nsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-assets/installer.nsh b/dist-assets/installer.nsh
index 0da13bf913..a66278a2eb 100644
--- a/dist-assets/installer.nsh
+++ b/dist-assets/installer.nsh
@@ -38,7 +38,7 @@
#
!macro ExtractOpenVpn
- SetOutPath "$INSTDIR\resources\openvpn"
+ SetOutPath "$INSTDIR\resources\openvpn-binaries"
File "${PROJECT_DIR}\client-binaries\windows\openvpn\bin\amd64\*"
!macroend