Skip to content

Commit

Permalink
Include install.json for test tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Feb 5, 2025
1 parent 48e45f7 commit bbacb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC/layout/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def _c(d):
else:
yield "DLLs/{}".format(ns.include_cat.name), ns.include_cat

if ns.include_install_json or ns.include_install_embed_json:
if ns.include_install_json or ns.include_install_embed_json or ns.include_install_test_json:
yield "__install__.json", ns.temp / "__install__.json"


Expand Down

0 comments on commit bbacb55

Please sign in to comment.