bimtester: remove binary mo files from repository

This commit is contained in:
Bernd Hahnebach
2020-12-21 12:08:20 +01:00
parent b8fe04b7a9
commit 3b856f446e
4 changed files with 11 additions and 0 deletions
+11
View File
@@ -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 .
```