mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-06 20:36:27 +00:00
Fix IfcPatch pyinstaller script to make it easier to distribute ifcpatch.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
cmd = f'pyinstaller ./bootstrap.py --name ifcpatch --onefile --clean --add-data "ifcpatch{os.pathsep}ifcpatch"'
|
||||
subprocess.check_output(cmd, shell=True)
|
||||
Reference in New Issue
Block a user