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:
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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user