summaryrefslogtreecommitdiffhomepage
path: root/desktop
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2025-02-04 15:25:48 +0100
committerOskar <oskar@mullvad.net>2025-02-04 15:30:45 +0100
commit008fc043b618c7e30eeb24f3e91ac3083bd8e85b (patch)
tree2433f19171a05147fd468b3f33ece33f72dbc828 /desktop
parentcc8e3f5f0ae4a63e15a68a9c1f5ebc8b13cd0671 (diff)
downloadmullvadvpn-008fc043b618c7e30eeb24f3e91ac3083bd8e85b.tar.xz
mullvadvpn-008fc043b618c7e30eeb24f3e91ac3083bd8e85b.zip
Add foundations and constants to test executable assets
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/packages/mullvad-vpn/scripts/build-test-executable.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh b/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
index 9e79adf91b..dfb38acf2b 100755
--- a/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
+++ b/desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
@@ -9,8 +9,10 @@ TARGET=${1:-$(rustc -vV | sed -n 's|host: ||p')}
PRODUCT_VERSION=$(cargo run -q --bin mullvad-version)
ASSETS=(
- "build/src/config.json"
"build/src/renderer/lib/routes.js"
+ "build/src/renderer/lib/foundations/*.js"
+ "build/src/renderer/lib/foundations/**/*.js"
+ "build/src/shared/constants/*.js"
"build/test/e2e/utils.js"
"build/test/e2e/shared/*.js"
"build/test/e2e/installed/*.js"