remove "mki18n.py" references

This commit is contained in:
Roman Zeyde 2015-06-27 10:47:35 +03:00
parent 547886d6f1
commit b89c0144a2
2 changed files with 1 additions and 3 deletions

1
README
View File

@ -37,7 +37,6 @@ http://electrum.org/bitcoin_URIs.html
2. HOW OFFICIAL PACKAGES ARE CREATED
------------------------------------
python mki18n.py
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
python setup.py sdist --format=zip,gztar

View File

@ -44,10 +44,9 @@ if __name__ == '__main__':
if not os.path.exists(n):
os.system("echo \# do not remove>%s"%n)
# os.system("python mki18n.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
_zip="Electrum-%s.zip"%version