Rename helper method for setup-relative files (#926)

We are going to use this for more than just target exes, and in fact, it applies to any file that must occur in the setup directory/container.
This commit is contained in:
Joe Ranweiler
2021-05-26 11:49:52 -07:00
committed by GitHub
parent 2f1fc61f01
commit d2084f70b1
9 changed files with 32 additions and 30 deletions

View File

@ -112,7 +112,7 @@ class Radamsa(Command):
):
raise Exception("Radamsa requires at least one input file")
target_exe_blob_name = helper.target_exe_blob_name(target_exe, setup_dir)
target_exe_blob_name = helper.setup_relative_blob_name(target_exe, setup_dir)
tools = Container(
"radamsa-linux" if helper.platform == OS.linux else "radamsa-win64"