mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 04:38:09 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user