diff options
| author | Martin Ridgers <[email protected]> | 2022-01-20 10:37:21 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-20 10:37:21 +0100 |
| commit | 0624b4447dca6c1c96c2a1eb1fb1755a43b84a28 (patch) | |
| tree | 6d54c2c67fef91e4ea48c9ee90b4c7a4191b7ae6 /bundle.lua | |
| parent | Raise an error if a given vcpkg tool is not found (diff) | |
| download | zen-0624b4447dca6c1c96c2a1eb1fb1755a43b84a28.tar.xz zen-0624b4447dca6c1c96c2a1eb1fb1755a43b84a28.zip | |
Fixed incorrect zip file path
Diffstat (limited to 'bundle.lua')
| -rw-r--r-- | bundle.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle.lua b/bundle.lua index 62a0597e9..6a715af62 100644 --- a/bundle.lua +++ b/bundle.lua @@ -141,7 +141,7 @@ local function main_mac() -- Zip _zip( - "build/zenserver-trace-macos.zip", + "build/zenserver-macos.zip", "build/macosx/universal/release/zenserver", crashpad_handler_path) end |