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:
dmitry 2021-11-15 12:10:18 +03:00
commit 215e1c15d9
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
3 changed files with 4 additions and 3 deletions

View file

@ -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")