mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-09-23 08:36:04 +00:00
Update add_version.py
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user