Skip to content

Commit

Permalink
Update distribute.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AresConnor authored Nov 22, 2023
1 parent e90ddef commit 1e73381
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions scripts/distribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,10 @@ def build_all(cls, version):
)
args = parser.parse_args()

# os.makedirs("build", exist_ok=True)
# os.makedirs("build/release", exist_ok=True)
# Distributor.register_dependencies_path()
# if args.build_main:
# Distributor.build_main(version=args.version)
# if args.build_ocr:
# Distributor.build_ocr_dependencies()
Distributor.get_platform_tools()
os.makedirs("build", exist_ok=True)
os.makedirs("build/release", exist_ok=True)
Distributor.register_dependencies_path()
if args.build_main:
Distributor.build_main(version=args.version)
if args.build_ocr:
Distributor.build_ocr_dependencies()

0 comments on commit 1e73381

Please sign in to comment.