summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme/src
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-09-21 15:48:59 +0200
committerAlbin <albin@mullvad.net>2023-09-21 18:30:57 +0200
commit62d94a20959e9692b0caea7a7910a0116a907190 (patch)
tree1daf46b3cf9c384d775a4071fc1bdddca90e043d /android/lib/theme/src
parent394fef994f99323c97ff708a974a45cc3dc0abb9 (diff)
downloadmullvadvpn-62d94a20959e9692b0caea7a7910a0116a907190.tar.xz
mullvadvpn-62d94a20959e9692b0caea7a7910a0116a907190.zip
Support new bundle name in the build server script
This fix makes sure that both `*.play.aab` and `*.aab` bundles are supported and get the correct names. Ideally the `sed` command which this commit touches would be able to add the suffix using a small tweak to the pattern like this: `(MullvadVPN-.*-dev-.*)(\.apk|\.play\.aab|\.aab)` However, that pattern would result in the suffix being incorrectly placed due the greedy nature of `sed` like the "incorrect" one below: MullvadVPN-<version>.play+suffix.aab (incorrect) MullvadVPN-<version>+suffix.play.aab (correct)
Diffstat (limited to 'android/lib/theme/src')
0 files changed, 0 insertions, 0 deletions