Skip to content

Commit

Permalink
Fix macOS symbols zip name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-seddon committed Dec 29, 2022
1 parent 9f41cde commit 24c745f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/release/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def build_darwin(options,ifolder,rev_hash):
os.path.join(ifolder,dest)])

with ChangeDirectory(ifolder):
run(['7z','a','-mx=9',stem+'.symbols.7z','b2','b2 Debug'])
run(['7z','a','-mx=9',symbols_zip,'b2','b2 Debug'])
shutil.rmtree('b2',ignore_errors=True)
shutil.rmtree('b2 Debug',ignore_errors=True)

Expand Down

0 comments on commit 24c745f

Please sign in to comment.