Skip to content

Commit

Permalink
Fix bug in MacOSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Sep 30, 2018
1 parent f877224 commit 77d0300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freezing/freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
format = 'zip'

if sys.platform == 'darwin':
subprocess.run(['zip', '-y', '-r', '{}.zip'.format(zip_path), mfa_root])
subprocess.run(['zip', '-y', '-r', 'montreal-forced-aligner_{}.zip'.format(plat), 'montreal-forced-aligner'], cwd=dist_dir)
else:
shutil.make_archive(zip_path, format, dist_dir)

0 comments on commit 77d0300

Please sign in to comment.