summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xdesktop/packages/mullvad-vpn/scripts/build-test-executable.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh b/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
index 3aea67821b..323a717cd5 100755
--- a/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
+++ b/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
@@ -66,6 +66,8 @@ function build_test_executable {
rm -rf "$temp_dir"
}
+npx gulp build-standalone
+
case "$TARGET" in
"aarch64-unknown-linux-gnu")
build_test_executable linux-arm64