mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix pyinstaller testing
This commit is contained in:
parent
365d2b17e1
commit
e407fc08fa
1 changed files with 1 additions and 1 deletions
2
scripts/wine-pyinstaller.sh
Normal file → Executable file
2
scripts/wine-pyinstaller.sh
Normal file → Executable 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue