Skip to content

Commit

Permalink
change the file name when building using SCons
Browse files Browse the repository at this point in the history
  • Loading branch information
lbk2907 committed Jun 23, 2022
1 parent e41ebe6 commit a242f4c
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 @@ -97,7 +97,7 @@ if "channel" in env and env["channel"] is not None:
buildVars.addon_info["addon_version"] = env["addon_version"]
buildVars.addon_info["addon_updateChannel"] = env["addon_updateChannel"]

addonFile = env.File("${addon_name}-${addon_version}.nvda-addon")
addonFile = env.File("${addon_name} ${addon_version}.nvda-addon")


def addonGenerator(target, source, env, for_signature):
Expand Down

0 comments on commit a242f4c

Please sign in to comment.