X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=contrib%2Fbuild-wine%2Fprepare-wine.sh;h=bd90a8a2862b46efaf35b9ea5493f93cb134ec53;hb=903afd11514c14313ea7c7d8f25051d06eee0bac;hp=ae71321ebc4e1b32357322552dcaddd8a90a1be9;hpb=6fab7aed04c96bd9ba95d70407f8bd94c2205d71;p=electrum-nvc.git diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh index ae71321..bd90a8a 100755 --- a/contrib/build-wine/prepare-wine.sh +++ b/contrib/build-wine/prepare-wine.sh @@ -4,7 +4,7 @@ PYTHON_URL=http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi PYQT4_URL=http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.5/PyQt-Py2.6-x86-gpl-4.9.5-1.exe PYWIN32_URL=http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/pywin32-218.win32-py2.6.exe/download -PYINSTALLER_URL=https://github.com/downloads/pyinstaller/pyinstaller/pyinstaller-2.0.zip +PYINSTALLER_URL=http://downloads.sourceforge.net/project/pyinstaller/2.0/pyinstaller-2.0.zip NSIS_URL=http://prdownloads.sourceforge.net/nsis/nsis-2.46-setup.exe?download #ZBAR_URL=http://sourceforge.net/projects/zbar/files/zbar/0.10/zbar-0.10-setup.exe/download @@ -63,6 +63,6 @@ wget -q -O nsis.exe "http://prdownloads.sourceforge.net/nsis/nsis-2.46-setup.exe wine nsis.exe # Install UPX -#wget -O upx.zip "http://upx.sourceforge.net/download/upx308w.zip" -#unzip -o upx.zip -#cp upx*/upx.exe . +wget -O upx.zip "http://upx.sourceforge.net/download/upx308w.zip" +unzip -o upx.zip +cp upx*/upx.exe .