diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-02-17 17:11:59 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-25 12:51:51 +0100 |
| commit | 92d2eeeb4eb6fae9c1ea570323bd9babb8b4310c (patch) | |
| tree | 1cd29197e456e94cb74730f650c9ca5d2c5956db | |
| parent | ce8090bdac1f6b12fb9c682913442fd310cc70e3 (diff) | |
| download | mullvadvpn-92d2eeeb4eb6fae9c1ea570323bd9babb8b4310c.tar.xz mullvadvpn-92d2eeeb4eb6fae9c1ea570323bd9babb8b4310c.zip | |
Run build standalone gulp task before building executable
| -rwxr-xr-x | desktop/packages/mullvad-vpn/scripts/build-test-executable.sh | 2 |
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 |
