summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2025-10-16 18:37:04 -0400
committerGitHub <noreply@github.com>2025-10-16 18:37:04 -0400
commit01a799495b93cb9f7d5b9298bfb57afc99e47e1b (patch)
tree5b2038d379a7c630dd3690e8746dd2af348fb927 /build.sh
parentb011263b60d95048f89947717f6cb915f3628aae (diff)
parentad374a0176737df94c3a004a1386684ff185ff26 (diff)
Merge pull request #4842 from secondlife/andreyk/viewer_4701
#4701 Fix incorrect architecture in package's name
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 36e332cf42..edd18bbad6 100755
--- a/build.sh
+++ b/build.sh
@@ -70,7 +70,7 @@ installer_Darwin()
{
local package_name="$1"
local package_dir="$(build_dir_Darwin)/newview/"
- local pattern=".*$(viewer_channel_suffix ${package_name})_[0-9]+_[0-9]+_[0-9]+_[0-9]+_x86_64\\.dmg\$"
+ local pattern=".*$(viewer_channel_suffix ${package_name})_[0-9]+_[0-9]+_[0-9]+_[0-9]+_universal\\.dmg\$"
# since the additional packages are built after the base package,
# sorting oldest first ensures that the unqualified package is returned
# even if someone makes a qualified name that duplicates the last word of the base name