mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
bimtester: remove binary mo files from repository
This commit is contained in:
@@ -16,3 +16,14 @@ python3 ./bimtester.py -g
|
||||
`$ pyinstaller --onefile --clean --icon=icon.ico --add-data "features:features" bimtester.py`
|
||||
+ Windows:
|
||||
`$ pyinstaller --onefile --clean --icon=icon.ico --add-data "features;features" bimtester.py`
|
||||
|
||||
|
||||
### Translation files
|
||||
+ the binary mo translation files are not part of the repo
|
||||
+ they might be needed to be recreated
|
||||
+ use the following commands on Linux
|
||||
```
|
||||
cd YourIfcopenshellRepository/src/ifcbimtester/bimtester/locale
|
||||
pybabel compile -d .
|
||||
|
||||
```
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user