Update add_version.py

This commit is contained in:
Eugene Pankov
2021-07-11 23:10:57 +02:00
parent af6c365185
commit 6d4ae3b4c3

View File

@@ -26,6 +26,7 @@ class Command(BaseCommand):
'tabby-ssh',
'tabby-community-color-schemes',
'tabby-serial',
'tabby-telnet',
'tabby-web',
'tabby-web-demo',
]
@@ -55,3 +56,4 @@ class Command(BaseCommand):
if target.exists():
shutil.rmtree(target)
shutil.copytree(tempdir, target)
target.chmod(0o755)