summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2024-09-30 10:28:05 +0200
committerOskar <oskar@mullvad.net>2024-10-02 11:58:09 +0200
commit9baf79722129f8d1594331c780bf38f76fa43398 (patch)
tree1dac5422de9d3bbc22dc959b68a77eaffd9aa910 /test
parentd34c403ff3290761932c63be21632f024daffcaf (diff)
downloadmullvadvpn-9baf79722129f8d1594331c780bf38f76fa43398.tar.xz
mullvadvpn-9baf79722129f8d1594331c780bf38f76fa43398.zip
Remove architecture suffix on Windows x64 installer
Diffstat (limited to 'test')
-rwxr-xr-xtest/scripts/test-utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/test-utils.sh b/test/scripts/test-utils.sh
index 6ee2ebed52..aab23f7867 100755
--- a/test/scripts/test-utils.sh
+++ b/test/scripts/test-utils.sh
@@ -122,7 +122,7 @@ function get_app_filename {
echo "MullvadVPN-${version}_x86_64.rpm"
;;
windows*)
- echo "MullvadVPN-${version}_x64.exe"
+ echo "MullvadVPN-${version}.exe"
;;
macos*)
echo "MullvadVPN-${version}.pkg"