diff options
| author | Martin Ridgers <[email protected]> | 2022-03-03 13:25:09 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-03-15 13:45:20 +0100 |
| commit | c057edd241483139107365426873a6dcf825f1af (patch) | |
| tree | 0f8dc78302ccf2dadfa0e9775362f3607948b731 /scripts/bundle.lua | |
| parent | Zip up the frontend content and append to executable when bundling (diff) | |
| download | zen-c057edd241483139107365426873a6dcf825f1af.tar.xz zen-c057edd241483139107365426873a6dcf825f1af.zip | |
Fixed typo
Diffstat (limited to 'scripts/bundle.lua')
| -rw-r--r-- | scripts/bundle.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua index 238a04bc1..01268ab14 100644 --- a/scripts/bundle.lua +++ b/scripts/bundle.lua @@ -201,7 +201,7 @@ local function main_mac() "build/macosx/arm64/release/zenserver" ) if ret > 0 then - raise("Failed creating univeral binary") + raise("Failed creating universal binary") end _append_content_zip("build/macosx/universal/release/zenserver") |