Added the autoupdater module. Needs tests

This commit is contained in:
2016-02-25 05:49:18 -06:00
parent 889835116c
commit db6f233975
8 changed files with 230 additions and 7 deletions

View File

@@ -1,14 +1,11 @@
# -*- coding: utf-8 -*-
name = "Socializer"
snapshot = True
if snapshot == False:
version = "0.1"
else:
version = "0.1"
version = "0.1"
author = u"Manuel Cortéz"
authorEmail = "manuel@manuelcortez.net"
copyright = u"Copyright (C) 2016, Manuel cortéz."
description = unicode(name+" Is an accessible VK client for Windows.")
url = "https://github.com/manuelcortez/socializer"
update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/master/update-files/socializer.json"
# The short name will be used for detecting translation files. See languageHandler for more details.
short_name = "socializer"