4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-10 04:09:36 +00:00

fix copy link

This commit is contained in:
Andrei Yankovich 2019-12-27 14:14:00 +03:00
parent d068e5743a
commit 54b71188bf

@ -34,7 +34,7 @@ class Make(BaseModule):
return self.home + '/shared/' + self.destDirPrivate(props)
def destDirUrl(self, props):
return "http://quasarapp.ddns.net:3031/" + self.destDirPrivate(props)
return "http://quasarapp.ddns.net:3031" + self.destDirPrivate(props)
def permission(self):
return ["chmod", "-R", "775", self.home + '/shared']