diff options
| author | Albin <albin@mullvad.net> | 2023-09-21 15:48:59 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-09-21 18:30:57 +0200 |
| commit | 62d94a20959e9692b0caea7a7910a0116a907190 (patch) | |
| tree | 1daf46b3cf9c384d775a4071fc1bdddca90e043d /android/src | |
| parent | 394fef994f99323c97ff708a974a45cc3dc0abb9 (diff) | |
| download | mullvadvpn-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/src')
0 files changed, 0 insertions, 0 deletions
