Skip to content

Commit

Permalink
Update src/bld.js
Browse files Browse the repository at this point in the history
Co-authored-by: The Jared Wilcurt <TheJaredWilcurt@users.noreply.github.com>
  • Loading branch information
ayushmanchhabra and TheJaredWilcurt authored May 22, 2024
1 parent 867721e commit 16c35d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const setWinConfig = async ({ app, outDir }) => {
const [major, minor, patch] = app.version.split(".");
vi.setFileVersion(major, minor, patch, 0, EN_US);
vi.setStringValues({
lang: 1033,
lang: EN_US,
codepage: 1200
}, versionString);
vi.outputToResourceEntries(res.entries);
Expand Down

0 comments on commit 16c35d5

Please sign in to comment.