Setting up Poetry for dependency management.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
29e48e284c
commit
5211821a84
5 changed files with 428 additions and 3 deletions
|
@ -5,7 +5,6 @@ cd "$DIR/.."
|
|||
|
||||
rm $(find . -name "*.qmlc")
|
||||
rm $(find . -name "*.pyc")
|
||||
python3 -m pip install -U "pyinstaller<6.0"
|
||||
|
||||
# Building translations
|
||||
cd "LogarithmPlotter/i18n/"
|
||||
|
|
|
@ -5,7 +5,6 @@ rm -rf dist
|
|||
|
||||
rm $(find . -name "*.qmlc")
|
||||
rm -rf $(find . -name "*.pyc")
|
||||
wine python -m pip install -U pyinstaller
|
||||
|
||||
# Building translations
|
||||
cd "LogarithmPlotter/i18n/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue