aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-27 21:27:34 +0100
committerStefan Boberg <[email protected]>2025-10-27 21:27:34 +0100
commite970cae5171e0659c57091e1ad0b8a6a656eda10 (patch)
treeb6e873dedd54aa554e3c87e4abb17b446804eecf /scripts
parentdisable sentry by default to allow testing the rest of the build process (diff)
downloadzen-e970cae5171e0659c57091e1ad0b8a6a656eda10.tar.xz
zen-e970cae5171e0659c57091e1ad0b8a6a656eda10.zip
temp workaround for crashpad_handler copying
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bundle.lua13
-rw-r--r--scripts/crashpad_handler.exebin0 -> 871424 bytes
2 files changed, 3 insertions, 10 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua
index 1a81c9b7f..98e139eb0 100644
--- a/scripts/bundle.lua
+++ b/scripts/bundle.lua
@@ -197,10 +197,7 @@ local function main_windows(signidentity)
end
end
- local crashpad_handler_path = _find_vcpkg_binary(
- "x64-windows-static",
- "sentry-native",
- "crashpad_handler.exe")
+ local crashpad_handler_path = "scripts/crashpad_handler.exe"
_zip(false,
zip_path,
@@ -260,12 +257,8 @@ local function main_mac(signidentity)
raise("Failed signing universal zen binary")
end
- -- At the time of writing vcpkg does not support sentry-native on arm64. Once
- -- it does we can create a univeral binary for this. For now just bundle x64
- local crashpad_handler_path = _find_vcpkg_binary(
- "x64-osx",
- "sentry-native",
- "crashpad_handler")
+ -- TODO: fix this up later
+ local crashpad_handler_path = "scripts/crashpad_handler.exe"
-- Zip
_zip(false,
diff --git a/scripts/crashpad_handler.exe b/scripts/crashpad_handler.exe
new file mode 100644
index 000000000..f7a612e30
--- /dev/null
+++ b/scripts/crashpad_handler.exe
Binary files differ