Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit ea56c96

Browse files
committed
Add 64-bit Windows
1 parent 323a8e9 commit ea56c96

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis/openbazaard.win.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exe = EXE(pyz,
3030
a.binaries,
3131
a.zipfiles,
3232
a.datas,
33-
name='openbazaard',
33+
name='openbazaard-windows32',
3434
icon='windows\\icon.ico',
3535
debug=True,
3636
strip=False,

.travis/openbazaard.win64.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exe = EXE(pyz,
3030
a.binaries,
3131
a.zipfiles,
3232
a.datas,
33-
name='openbazaard',
33+
name='openbazaard-windows64',
3434
icon='windows\\icon.ico',
3535
debug=False,
3636
strip=False,

build-win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ wine c:/Python27/python -m pip install https://pypi.python.org/packages/7a/ec/47
7474
wget -N https://github.com/pyinstaller/pyinstaller/releases/download/v3.1/PyInstaller-3.1.zip
7575
unzip -o PyInstaller-3.1.zip
7676
cd ../..
77-
wine C:/Python27/python.exe dist/windows32/PyInstaller-3.1/pyinstaller.py -F -n openbazaard.exe -i images/icon.ico .travis/openbazaard.win.spec --noconfirm --log-level=DEBUG
77+
wine C:/Python27/python.exe dist/windows32/PyInstaller-3.1/pyinstaller.py -F -n openbazaard-windows32.exe -i images/icon.ico .travis/openbazaard.win.spec --noconfirm --log-level=DEBUG
7878

7979

build-win64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ wine cmd /c "copy c:\\Windows\\System32\\msvcm90.dll c:\\python27"
6868
wget -N https://github.com/pyinstaller/pyinstaller/releases/download/v3.1/PyInstaller-3.1.zip
6969
unzip -o PyInstaller-3.1.zip
7070
cd ../..
71-
wine C:/Python27/python.exe dist/windows64/PyInstaller-3.1/pyinstaller.py -F -n openbazaard.exe -i images/icon.ico .travis/openbazaard.win64.spec --noconfirm
71+
wine C:/Python27/python.exe dist/windows64/PyInstaller-3.1/pyinstaller.py -F -n openbazaard-windows64.exe -i images/icon.ico .travis/openbazaard.win64.spec --noconfirm
7272

0 commit comments

Comments
 (0)