From eaf4b60e18bc3f06635a281ab81dc234f3b89b9b Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Thu, 20 Jan 2022 10:11:59 +0100 Subject: Xmake should be run before checking for sentry-native output --- bundle.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bundle.lua') diff --git a/bundle.lua b/bundle.lua index 54b9c0f9a..f5341bf46 100644 --- a/bundle.lua +++ b/bundle.lua @@ -95,13 +95,13 @@ local function main_windows() config_args = "--zentrace=yes" end + _build("x64", false, config_args) + local crashpad_handler_path = _find_vcpkg_binary( "x64-windows-static", "sentry-native", "crashpad_handler.exe") - _build("x64", false, config_args) - _zip( zip_path, "build/windows/x64/release/zenserver.exe", -- cgit v1.2.3