1
0

show 'server lagging' icon if server lags and client does not use auto-connect

This commit is contained in:
thomasv
2013-10-03 18:43:33 +02:00
parent e462ef48cd
commit 50c9830f79
5 changed files with 11 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ if __name__ == '__main__':
sys.exit()
os.system("python mki18n.py")
os.system("pyrcc4 icons.qrc -o gui/icons_rc.py")
os.system("pyrcc4 icons.qrc -o gui/qt/icons_rc.py")
os.system("python setup.py sdist --format=zip,gztar")
_tgz="Electrum-%s.tar.gz"%version