mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: simplify zip installation
This commit is contained in:
parent
42e719e578
commit
4bc8050cf6
1 changed files with 1 additions and 3 deletions
|
@ -177,6 +177,4 @@ class ZipTarget(MakeTarget):
|
|||
subprocess.run(args, check=True, cwd=state.build_path)
|
||||
|
||||
def post_build(self, state: BuildState):
|
||||
bin_path = state.install_path + 'bin'
|
||||
os.makedirs(bin_path, exist_ok=True)
|
||||
shutil.copy(state.build_path + 'zip', bin_path)
|
||||
self.copy_to_bin(state)
|
||||
|
|
Loading…
Reference in a new issue