diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-28 14:09:03 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-28 17:58:33 -0400 |
| commit | 5ffcd3dc88892a651fe9a95974280efb85e18a8b (patch) | |
| tree | bd1373852d8b1a086604f00c389220ab6314975d /build.sh | |
| parent | d010e55b88eced851543f7afd47e6c4f24964486 (diff) | |
Fixes for GHA build
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -158,6 +158,7 @@ pre_build() if [[ "$arch" == "Darwin" ]] then + HAVOK=OFF SIGNING=("-DENABLE_SIGNING:BOOL=YES" \ "-DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc.") fi @@ -387,7 +388,7 @@ do if `cat "$build_dir/build_ok"` then case "$variant" in - Release) + Release*) if [ -r "$build_dir/autobuild-package.xml" ] then begin_section "Autobuild metadata" |
