Skip to content

Commit

Permalink
Comment out macOS packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukau committed May 16, 2022
1 parent c1efb60 commit b54e52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/archive/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def create_archive_from_github_actions_artifact():
# Ensuring that no binary is missing.
check_file(vst3_dir / Path(f"Contents/x86_64-win/{plugin_name}.vst3"))
check_file(vst3_dir / Path(f"Contents/x86_64-linux/{plugin_name}.so"))
check_file(vst3_dir / Path(f"Contents/MacOS/{plugin_name}"))
# check_file(vst3_dir / Path(f"Contents/MacOS/{plugin_name}"))

packed_path_str = shutil.make_archive(
str(vst3_dir.parent / Path(f"{plugin_name}")),
Expand Down

0 comments on commit b54e52d

Please sign in to comment.