diff options
| author | Dan Engelbrecht <[email protected]> | 2026-03-12 14:36:26 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-12 14:36:26 +0100 |
| commit | be693a0b5dbd70271da04989a664c8c3b6919ae1 (patch) | |
| tree | a002c2148ad57be03fc380d68ff4310a901badb5 /scripts/bundle.lua | |
| parent | show ETA in plain and log output style (#829) (diff) | |
| download | zen-be693a0b5dbd70271da04989a664c8c3b6919ae1.tar.xz zen-be693a0b5dbd70271da04989a664c8c3b6919ae1.zip | |
fix casing of windows OidcToken.exe (#830)
Diffstat (limited to 'scripts/bundle.lua')
| -rw-r--r-- | scripts/bundle.lua | 2 |
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 -------------------------------------------------------------------------------- |