Update build-dist

fix build-dist in this branch to make it easier to merge.
pull/222/head
AkiraNorthstar 2018-07-09 11:36:43 +02:00 zatwierdzone przez GitHub
rodzic 66e1603dea
commit 1bf3689762
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ else
fi
# This lets pyinstaller see inkex.py, etc.
pyinstaller_args+="-p inkscape-0.92.2/share/extensions "
pyinstaller_args+="-p inkscape-0.92.3/share/extensions "
# output useful debugging info that helps us trace library dependency issues
pyinstaller_args+="--log-level DEBUG "