diff options
| author | Zousar Shaker <[email protected]> | 2025-04-04 07:55:47 -0600 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-04-04 07:55:47 -0600 |
| commit | 7a856464af0478d956a22c6ad466d03c384765d9 (patch) | |
| tree | cc26ee4ed307c08b2e7e0ecf98a3cfddfb4cceb5 /scripts | |
| parent | Alternate fix by explicitly initializing pkg_id (diff) | |
| parent | 5.6.3-pre1 (diff) | |
| download | zen-7a856464af0478d956a22c6ad466d03c384765d9.tar.xz zen-7a856464af0478d956a22c6ad466d03c384765d9.zip | |
Merge branch 'main' into zs/web-ui-blank-import-name-fix
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/bundle.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua index 3ca9b7ae4..1a81c9b7f 100644 --- a/scripts/bundle.lua +++ b/scripts/bundle.lua @@ -214,8 +214,8 @@ end -------------------------------------------------------------------------------- local function main_mac(signidentity) -- Build and universalify - _build("x86_64", false, "--target_minver=14.0") - _build("arm64", false, "--target_minver=14.0") + _build("x86_64", false, "--target_minver=12.5") + _build("arm64", false, "--target_minver=12.5") os.mkdir("build/macosx/universal/release/") local ret = _exec( |