Skip to content

Commit

Permalink
sconstruct: only keep the exe when building nvdaL10nUtil with Nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Oct 4, 2024
1 parent 74f23bc commit de2f36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sconstruct
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,6 @@ nvdaL10nUtil = env.Command(
target=outputDir.File("nvdaL10nUtil.exe"),
source="user_docs/nvdaL10nUtil.py",
ENV=os.environ,
action=f"nuitka --assume-yes-for-downloads --standalone --onefile --output-dir={outputDir.abspath} --include-module=mdx_truly_sane_lists --include-module=markdown_link_attr_modifier --include-module=mdx_gh_links user_docs/nvdaL10nUtil.py",
action=f"nuitka --assume-yes-for-downloads --remove-output --standalone --onefile --output-dir={outputDir.abspath} --include-module=mdx_truly_sane_lists --include-module=markdown_link_attr_modifier --include-module=mdx_gh_links user_docs/nvdaL10nUtil.py",
)
env.Alias("nvdaL10nUtil", nvdaL10nUtil)

0 comments on commit de2f36e

Please sign in to comment.