fix link for donwload builds

This commit is contained in:
Andrei Yankovich 2021-01-10 12:37:51 +03:00
parent 75a0898eee
commit e8e0baca52

View File

@ -55,7 +55,7 @@ class Make(BaseModule):
return self.tempRepoDir
def destDirUrl(self, props):
return "http://quasarapp.ddns.net:3031/" + self.destDirPrivate(props)
return "https://quasarapp.ddns.net:3031/" + self.destDirPrivate(props)
def permission(self):
return ["chmod", "-R", "775", '/var/www/builds/']