Fix no start on MSWin if Python2 installed

This commit is contained in:
A S Lewis 2021-03-02 09:31:43 +00:00
parent 7ad7221052
commit ed49d0d427
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
set PYTHONHOME=
..\..\..\usr\bin\mintty.exe -w hide /bin/env MSYSTEM=MINGW32 /bin/bash -lc /home/user/tartube/tartube_mswin.sh

View File

@ -1 +1,2 @@
set PYTHONHOME=
..\..\..\usr\bin\mintty.exe -w hide /bin/env MSYSTEM=MINGW64 /bin/bash -lc /home/user/tartube/tartube_mswin.sh