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 2557afb commit 867721e
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 @@ -332,7 +332,7 @@ const setWinConfig = async ({ app, outDir }) => {
}
const [vi] = resedit.Resource.VersionInfo.fromEntries(res.entries);
const [major, minor, patch] = app.version.split(".");
vi.setFileVersion(major, minor, patch, 0, 1033);
vi.setFileVersion(major, minor, patch, 0, EN_US);
vi.setStringValues({
lang: 1033,
codepage: 1200
Expand Down

0 comments on commit 867721e

Please sign in to comment.