aboutsummaryrefslogtreecommitdiff
path: root/scripts/bundle.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2023-02-02 14:51:07 +0100
committerMartin Ridgers <[email protected]>2023-02-02 14:55:14 +0100
commitaf806aae3cacc750ee62bcdfcce2752b31502106 (patch)
tree257f351768b929632e1ffa409f524a5c5fb3deff /scripts/bundle.lua
parentRemoved size_t override that is no longer required with newer libc++ (diff)
downloadzen-af806aae3cacc750ee62bcdfcce2752b31502106.tar.xz
zen-af806aae3cacc750ee62bcdfcce2752b31502106.zip
Removed the AppImage-based bundling step on Linux
Diffstat (limited to 'scripts/bundle.lua')
-rw-r--r--scripts/bundle.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua
index ef63df0fb..b2857e42f 100644
--- a/scripts/bundle.lua
+++ b/scripts/bundle.lua
@@ -263,11 +263,9 @@ local function main_linux()
_append_content_zip("build/linux/x86_64/release/zenserver")
_append_content_zip("build/linux/x86_64/release/zen")
- _exec("scripts/bundle_linux.sh")
-
_zip(false,
"build/zenserver-linux.zip",
- "build/appimage/zenserver",
+ "build/linux/x86_64/release/zenserver",
"build/linux/x86_64/release/zen",
crashpad_handler_path)
end