Fix pyinstaller testing

This commit is contained in:
Oliver Blanthorn 2018-05-28 11:14:06 +01:00
parent 365d2b17e1
commit e407fc08fa
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

2
scripts/wine-pyinstaller.sh Normal file → Executable file
View file

@ -155,7 +155,7 @@ mainFunction() {
if [ -f "${OUTFILE}" ]; then
python3 \
"${DLDIR}/gen_native_message.py" version \
"${DLDIR}/gen_native_message.py" cmd..version \
| wine "${OUTFILE}"
printf "\n"