Minor style changes
This commit is contained in:
@@ -92,7 +92,7 @@ for x in a.binaries.copy():
|
||||
a.binaries.remove(x)
|
||||
print('----> Removed x =', x)
|
||||
|
||||
qt_data2remove=(r'pyqt5\qt\translations\qtwebengine_locales', )
|
||||
qt_data2remove=(r'pyqt5\qt\translations\qtwebengine_locales',)
|
||||
print("Removing Qt datas:", *qt_data2remove)
|
||||
for x in a.datas.copy():
|
||||
for r in qt_data2remove:
|
||||
@@ -126,7 +126,7 @@ exe_portable = EXE(
|
||||
pyz,
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.datas + [ ('is_portable', 'README.md', 'DATA' ) ],
|
||||
a.datas + [('is_portable', 'README.md', 'DATA')],
|
||||
name=os.path.join('build\\pyi.win32\\electrum', cmdline_name + "-portable.exe"),
|
||||
debug=False,
|
||||
strip=None,
|
||||
|
||||
@@ -9,9 +9,6 @@ if __name__ == '__main__':
|
||||
for f in os.listdir('.'):
|
||||
if f.endswith('asc'):
|
||||
continue
|
||||
os.system( "gpg --sign --armor --detach --passphrase \"%s\" %s"%(password, f) )
|
||||
os.system("gpg --sign --armor --detach --passphrase \"%s\" %s"%(password, f))
|
||||
|
||||
os.chdir("..")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user