Update URL in app info
This commit is contained in:
parent
0d440fafa7
commit
d79f29d237
@ -1,12 +1,12 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
name = "Socializer"
|
name = "Socializer"
|
||||||
version = "0.15"
|
version = "0.16"
|
||||||
author = u"Manuel Cortéz"
|
author = u"Manuel Cortez"
|
||||||
authorEmail = "manuel@manuelcortez.net"
|
authorEmail = "manuel@manuelcortez.net"
|
||||||
copyright = u"Copyright (C) 2016-2018, Manuel Cortez"
|
copyright = u"Copyright (C) 2016-2018, Manuel Cortez"
|
||||||
description = unicode(name+" Is an accessible VK client for Windows.")
|
description = unicode(name+" Is an accessible VK client for Windows.")
|
||||||
url = "https://manuelcortez.net/socializer"
|
url = "https://manuelcortez.net/socializer"
|
||||||
update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/master/update-files/socializer.json"
|
update_url = "https://code.manuelcortez.net/manuelcortez/socializer/raw/master/update-files/socializer.json"
|
||||||
# The short name will be used for detecting translation files. See languageHandler for more details.
|
# The short name will be used for detecting translation files. See languageHandler for more details.
|
||||||
short_name = "socializer"
|
short_name = "socializer"
|
||||||
translators = [u"Valeria K (Russian)", u"Manuel Cortez (Spanish)"]
|
translators = [u"Valeria K (Russian)", u"Manuel Cortez (Spanish)"]
|
Loading…
Reference in New Issue
Block a user