Commit graph

13 commits

Author SHA1 Message Date
glacambre
78e662efef
Add shellcheck to travis 2019-03-24 18:28:41 +01:00
Oliver Blanthorn
815140392b
Temporary fix to stop builds being broken
I'll make the minimum actually check for a minimum sometime before Wine 5 is released
2018-12-14 21:34:50 +00:00
Oliver Blanthorn
1e24424cb5
Fix shebang, mark II 2018-08-31 15:52:34 +01:00
Oliver Blanthorn
ffd82223de
Fix shebang 2018-08-30 22:03:35 +01:00
William G Hatch
e77e2a07fb use /usr/bin/env to find bash 2018-08-24 13:38:49 -06:00
Oliver Blanthorn
58c3eba08c
Make pyinstaller actually test that it works 2018-05-28 15:01:26 +01:00
Colin Caine
dba79b79bd
Try to fix winpython extraction 2018-05-28 14:54:34 +01:00
Oliver Blanthorn
2cc5662764
Output exe in artifacts with xpis etc 2018-05-28 14:00:05 +01:00
Colin Caine
c9df9b5f14
Fix hardcoded directory dependencies 2018-05-28 13:12:07 +01:00
Oliver Blanthorn
7d6491e982
Hide pyinstaller directory 2018-05-28 11:34:13 +01:00
Oliver Blanthorn
e159a83ae1
Add more cds to fix the cds 2018-05-28 11:30:06 +01:00
Oliver Blanthorn
e407fc08fa
Fix pyinstaller testing 2018-05-28 11:14:06 +01:00
Babil Golam Sarwar
365d2b17e1 Add script to support PyInstaller under Wine
On a vanilla invocation, `wine-pyinstaller.sh` will prepare a
Python-3.5 environment under Wine-3. The current requirements to run
the script are following:

  1. p7zip-16.xx
  2. Wine-3.xx
  3. WinPython-3.5.4

All of [1-3] are available in Debian Testing or Ubuntu Bionic
repositories.

P.S.

WinPython was used since official Python-3.5.4 from Python.org wont
run under Wine. Python-3.6 is not supported yet under Wine-3.xx.
2018-05-28 14:17:55 +10:00