This commit is contained in:
Ali 2019-11-03 00:47:18 +04:00
parent a66f13d969
commit 5bf0eadb67
3 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ with open(destination + '/BUCK', 'w+b') as file:
pass
shutil.copytree('Config', destination + '/' + 'Config')
shutil.copytree('tools/buck', destination + '/' + 'tools/buck')
shutil.copytree('tools/buck-build', destination + '/' + 'tools/buck-build')
shutil.copy('Wallet/README.md', destination + '/' + 'README.md')
os.remove(destination + '/Wallet/' + 'README.md')