SomberNight
2de7fd5466
wine build: small clean-up in prepare-wine.sh
6 years ago
SomberNight
001b815c18
wine build: upgrade wine, nsis, python
wine-specific hack no longer needed with new wine version
6 years ago
SomberNight
47b07f19b9
build: factor out some utilities to build_tools_util.sh
6 years ago
SomberNight
4b560250a6
fix wine build: pyinstaller failed to install with new pip
see pypa/pip#6163
6 years ago
SomberNight
1d303fa9d2
win build: rm win_inet_pton
was needed by PySocks; and we no longer use PySocks
also, it seems the functionality it provided is now part of Python stdlib since 3.4
https://docs.python.org/3/library/socket.html#socket.inet_pton
related: #2358
6 years ago
SomberNight
fa33d1880c
win build: bump python version
6 years ago
SomberNight
762082e13d
wine build: dedupe PYTHON_VERSION
6 years ago
Filip Gospodinov
bdecef0eaf
contrib: bump pyinstaller to 3.4
PyInstaller 3.4 highlights:
* patch for deterministic builds by electrum
* improved support for Qt5-based applications
* added support for Python 3.7
6 years ago
SomberNight
801d3113ab
wine build: remove pgp.mit.edu from keyservers
sometimes slow, and does not return all the pubkeys asked for (so build fails)
7 years ago
SomberNight
5d462f9555
win binaries: bump python version to 3.6.6
7 years ago
Filip Gospodinov
73fee2fefa
build-wine: allow local testing
Before, it was only possible to test commits that are
on Github (pull request or merged). Now, changes can be
tested locally too.
This introduces the risk that a release could be built
containing uncommitted changes which by definition breaks
deterministic builds. Fortunately, this will always be
detected because the version string is created using
`git describe --tags --dirty`.
Also, retire $TARGET variable because it decouples the
build scripts from the commit revision to be built. This
is a problem for deterministic builds.
7 years ago
SomberNight
bb8a6120af
wine build: try multiple keyservers as in tianon/gosu#35
7 years ago
SomberNight
65601e9ec6
build and include libsecp256k1 in windows binaries
7 years ago
SomberNight
1ed3e0cad6
fix #4276
-aos: Skip over existing files without overwriting
-aoa: This switch overwrites all destination files
7 years ago
Johann Bauer
831dda0fcb
Wine build: Revert to Python 3.5 and download if file was changed
7 years ago
Johann Bauer
14aa7c0a3b
Follow-up ae80fb4f
7 years ago
Johann Bauer
ae80fb4f97
Follow-up 6afe71fe
7 years ago
Johann Bauer
6afe71fe0e
Follow-up 3c28e3491
7 years ago
Johann Bauer
3c28e34919
Check package hashes when generating binaries
7 years ago
SomberNight
9a12022537
windows build script: update python, nsis, libusb
7 years ago
SomberNight
deab75fe20
windows build script: cache pip
previously pip was caching into the wine directory, which we delete and recreate on every run
7 years ago
Johann Bauer
a02bd2c183
Travis: Make Windows build more reliable by trying different key servers
7 years ago
Johann Bauer
10057b18de
Cache dependencies for Travis build
Also: * Move temporary directory to /tmp
* Remove files with wrong hash (so we don't have to remove them manually)
7 years ago
Lastrellik
6079105b2c
Revert to using == instead of =
7 years ago
Lastrellik
6706a87e53
Create file caching system
7 years ago
SomberNight
a6fe73ad72
wine build: "exit 1" on hash/sig failure
7 years ago
Johann Bauer
78a9424c48
Add libusb dll to Windows binary
So that Trezor still works...
Closes : #3931
7 years ago
Johann Bauer
e512e9c0e8
Simplify pyinstaller installation
7 years ago
Johann Bauer
afa0168e14
Add new requirements file for binaries in contrib
7 years ago
SomberNight
30a43189fc
make zbar install silent
7 years ago
SomberNight
f4363e7967
zbar for windows
7 years ago
SomberNight
964e06dd10
use pywin32-ctypes instead of pypiwin32
pypiwin32 might be going away for pywin32 at some point; and while looking into this I've found that pywin32-ctypes should be enough for our needs
7 years ago
Alexx Saver
18f07464c1
Added default keyserver
Notice: GPG will use hkp://keys.gnupg.net anyway if there is no config.
7 years ago
ThomasV
c8a2ff15b8
install patched pyinstaller from my own repo
7 years ago
SomberNight
f563f05fd1
prepare-wine: remove unnecessary DLLs
7 years ago
Johann Bauer
c53078c7c1
Install NSIS silently
7 years ago
SomberNight
0dca33e2f4
building on wine: check hash of NSIS, and GPG sig of Python
7 years ago
SomberNight
c413fea404
https in build scripts
7 years ago
SomberNight
dc4dd768bd
fix: windows build with hw wallets
7 years ago
Johann Bauer
bf790e9e85
Update Windows build to Python 3.5 and PyQt5
7 years ago
ThomasV
b5338006f0
update pyinstaller scripts for python3 and pyinstaller3 (credit: bauerj)
8 years ago
ThomasV
5cdff32227
add websocket to windows builds
8 years ago
ThomasV
c5d3adcf32
wine: install socks
8 years ago
ThomasV
c847ee5ae3
use Python 2.7.13 with Windows, and install Cryptodome
8 years ago
ThomasV
62f2095faa
fix paths for windows builder
9 years ago
ThomasV
d48c211960
update windows building scripts
9 years ago
cryptapus
7361687210
fixed scripts for wine build
9 years ago
thomasv
3d745637a2
update pyinstaller url
12 years ago
slush0
6fab7aed04
Fixing wineprefix directory cleanup
12 years ago
thomasv
87079a6e2c
update paths
12 years ago