This commit is contained in:
parent
fde2526c54
commit
cff994d9d7
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -5,7 +5,7 @@ cd "$DIR/.."
|
|||
|
||||
rm $(find . -name "*.qmlc")
|
||||
rm $(find . -name "*.pyc")
|
||||
python3 -m pip install -U pyinstaller
|
||||
python3 -m pip install -U pyinstaller<6.0
|
||||
|
||||
# Building translations
|
||||
cd "LogarithmPlotter/i18n/"
|
||||
|
|
Loading…
Reference in a new issue