add: yb_object_pickup_radius cvar. fixes #256.
refactor: switch from yapb.ru to yapb.jeefo.net as default url.
This commit is contained in:
parent
3205e1253f
commit
215e1c15d9
3 changed files with 4 additions and 3 deletions
|
|
@ -113,7 +113,7 @@ class BotRelease (object):
|
|||
self.version = sys.argv[1]
|
||||
self.artifacts = 'artifacts'
|
||||
|
||||
self.cs = CodeSign ("YaPB", "https://yapb.ru/")
|
||||
self.cs = CodeSign ("YaPB", "https://yapb.jeefo.net/")
|
||||
|
||||
if self.cs.has ():
|
||||
print ("Code Signing Enabled")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue