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
+2 -3
View File
@@ -55,13 +55,12 @@ defined with data sources.
],
"b": [
{
"file": "/path/to/two.ifc"
"file": "/path/to/two.ifc",
"selector": ".IfcWall",
"mode": "i"
}
]
},
...
}
]
```