2016-02-13 15:48:30 -06:00
# -*- coding: utf-8 -*-
name = " Socializer "
2020-06-05 10:26:26 -05:00
version = " 0.24 "
2019-01-01 19:42:53 -06:00
author = " Manuel Cortez "
2016-02-13 15:48:30 -06:00
authorEmail = " manuel@manuelcortez.net "
2020-06-05 10:26:26 -05:00
copyright = " Copyright (C) 2016-2020, Manuel Cortez "
2019-01-01 19:42:53 -06:00
description = name + " Is an accessible VK client for Windows. "
2019-03-11 17:34:33 -06:00
url = " http://socializer.su "
2016-02-13 15:48:30 -06:00
# The short name will be used for detecting translation files. See languageHandler for more details.
2016-04-05 08:35:25 -05:00
short_name = " socializer "
2019-01-01 19:42:53 -06:00
translators = [ " Darya Ratnikova (Russian) " , " Manuel Cortez (Spanish) " ]
2018-12-22 08:08:30 -06:00
bts_name = " socializer "
bts_access_token = " U29jaWFsaXplcg "
bts_url = " https://issues.manuelcortez.net "
2018-12-27 09:29:46 -06:00
### Update information
# URL to retrieve the latest updates for the stable branch.
2019-12-11 11:38:13 -06:00
update_stable_url = " http://socializer.su/static/files/update/stable.json "
2018-12-27 09:29:46 -06:00
# URL to retrieve update information for the "next" branch. This is a channel made for alpha versions.
# Every commit will trigger an update, so users wanting to have the bleeding edge code will get it as soon as it is committed here and build by a runner.
2019-12-11 11:38:13 -06:00
update_next_url = " http://socializer.su/static/files/update/alpha.json "
2018-12-27 09:29:46 -06:00
# Short_id of the last commit, this is set to none here because it will be set manually by the building tools.
update_next_version = " 03286a44 "