Skip to content

Commit

Permalink
SConstruct: call json generaor after creating dd-on bundle. Re #22.
Browse files Browse the repository at this point in the history
Call json generator after building add-on package for submission to NV Access add-on store.
  • Loading branch information
josephsl committed Oct 12, 2022
1 parent 478dfb5 commit ad25683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sconstruct
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def createAddonBundleFromPath(path, dest):
absPath = os.path.join(dir, filename)
if pathInBundle not in buildVars.excludedFiles:
z.write(absPath, pathInBundle)
createAddonStoreJson(dest)
return dest


Expand Down

0 comments on commit ad25683

Please sign in to comment.