aboutsummaryrefslogtreecommitdiff
path: root/bundle.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-20 10:37:21 +0100
committerMartin Ridgers <[email protected]>2022-01-20 10:37:21 +0100
commit0624b4447dca6c1c96c2a1eb1fb1755a43b84a28 (patch)
tree6d54c2c67fef91e4ea48c9ee90b4c7a4191b7ae6 /bundle.lua
parentRaise an error if a given vcpkg tool is not found (diff)
downloadzen-0624b4447dca6c1c96c2a1eb1fb1755a43b84a28.tar.xz
zen-0624b4447dca6c1c96c2a1eb1fb1755a43b84a28.zip
Fixed incorrect zip file path
Diffstat (limited to 'bundle.lua')
-rw-r--r--bundle.lua2
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