aboutsummaryrefslogtreecommitdiff
path: root/scripts/bundle.lua
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-03-12 14:36:26 +0100
committerGitHub Enterprise <[email protected]>2026-03-12 14:36:26 +0100
commitbe693a0b5dbd70271da04989a664c8c3b6919ae1 (patch)
treea002c2148ad57be03fc380d68ff4310a901badb5 /scripts/bundle.lua
parentshow ETA in plain and log output style (#829) (diff)
downloadzen-be693a0b5dbd70271da04989a664c8c3b6919ae1.tar.xz
zen-be693a0b5dbd70271da04989a664c8c3b6919ae1.zip
fix casing of windows OidcToken.exe (#830)
Diffstat (limited to 'scripts/bundle.lua')
-rw-r--r--scripts/bundle.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bundle.lua b/scripts/bundle.lua
index 74b961d02..6f4552890 100644
--- a/scripts/bundle.lua
+++ b/scripts/bundle.lua
@@ -200,7 +200,7 @@ local function main_windows(signidentity)
"build/windows/x64/release/zen.exe",
"build/windows/x64/release/zen.pdb",
"build/windows/x64/release/crashpad_handler.exe",
- "build/windows/x64/release/oidctoken.exe")
+ "build/windows/x64/release/OidcToken.exe")
end
--------------------------------------------------------------------------------