This commit is contained in:
Felix Lohmeier 2019-08-16 13:37:45 +02:00
parent 5730150b8c
commit abbef338ff
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ Note to myself: When releasing a new version...
cd openrefine-client
python -m pip install . --user
python -m pip install pyinstaller --user
pyinstaller --onefile refine.py --hidden-import google.refine__main__.py
pyinstaller --onefile refine.py --hidden-import google.refine.__main__
```
4. Create release in GitHub