Skip to content

Commit b451915

Browse files
committed
Adjust spec files for Windows
1 parent 6621aa2 commit b451915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openbazaard.win.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ a = Analysis(['OpenBazaar-Server\\openbazaard.py'],
1212
runtime_hooks=None,
1313
excludes=None,
1414
win_no_prefer_redirects=None,
15-
win_private_assemblies=None,
15+
win_private_assemblies=True,
1616
cipher=block_cipher)
1717
a.binaries += [('ssleay32.dll', '..\\windows\\win64\\ssleay32.dll', 'BINARY'),
1818
('libeay32.dll', '..\\windows\\win64\\libeay32.dll', 'BINARY')]

openbazaard.win32.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ a = Analysis(['OpenBazaar-Server\\openbazaard.py'],
1212
runtime_hooks=None,
1313
excludes=None,
1414
win_no_prefer_redirects=None,
15-
win_private_assemblies=None,
15+
win_private_assemblies=True,
1616
cipher=block_cipher)
1717
a.binaries += [('ssleay32.dll', '..\\windows\\win32\\ssleay32.dll', 'BINARY'),
1818
('libeay32.dll', '..\\windows\\win32\\libeay32.dll', 'BINARY')]

0 commit comments

Comments
 (0)