Skip to content

Commit ba9a109

Browse files
committed
Merge branch 'fix-test-executable'
2 parents cc8e3f5 + 008fc04 commit ba9a109

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

desktop/packages/mullvad-vpn/scripts/build-test-executable.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ TARGET=${1:-$(rustc -vV | sed -n 's|host: ||p')}
99
PRODUCT_VERSION=$(cargo run -q --bin mullvad-version)
1010

1111
ASSETS=(
12-
"build/src/config.json"
1312
"build/src/renderer/lib/routes.js"
13+
"build/src/renderer/lib/foundations/*.js"
14+
"build/src/renderer/lib/foundations/**/*.js"
15+
"build/src/shared/constants/*.js"
1416
"build/test/e2e/utils.js"
1517
"build/test/e2e/shared/*.js"
1618
"build/test/e2e/installed/*.js"

0 commit comments

Comments
 (0)