diff options
| author | Martin Ridgers <[email protected]> | 2022-01-20 10:11:59 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-20 10:31:07 +0100 |
| commit | eaf4b60e18bc3f06635a281ab81dc234f3b89b9b (patch) | |
| tree | 3369ace22db807876eb94fe6c6ec3d8e07adeb10 /bundle.lua | |
| parent | Use os.tryrm instead of os.rm so failed deletes don't abort (diff) | |
| download | zen-eaf4b60e18bc3f06635a281ab81dc234f3b89b9b.tar.xz zen-eaf4b60e18bc3f06635a281ab81dc234f3b89b9b.zip | |
Xmake should be run before checking for sentry-native output
Diffstat (limited to 'bundle.lua')
| -rw-r--r-- | bundle.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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", |