Fix IfcPatch pyinstaller script to make it easier to distribute ifcpatch.

This commit is contained in:
Dion Moult
2021-08-03 22:30:51 +10:00
parent 2b63698d7c
commit 7403d14001
7 changed files with 32 additions and 45 deletions
+7
View File
@@ -21,6 +21,13 @@ If you want something more Unix-like ...
$ alias ifcpatch='python -m ifcpatch'
```
Alternatively, you can package it as a distributable.
```
$ python make.py
$ ./dist/ifcpatch
```
## Usage
Usage is like any other CLI app.