aboutsummaryrefslogtreecommitdiff
path: root/bundle.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.lua')
-rw-r--r--bundle.lua4
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",