Fix support URL
This commit is contained in:
parent
ba0dc03283
commit
4a2c3d55ce
|
@ -5,6 +5,9 @@
|
||||||
* Add more search paths for rar libraries.
|
* Add more search paths for rar libraries.
|
||||||
Patch by vitlav
|
Patch by vitlav
|
||||||
Closes: GH bug #30
|
Closes: GH bug #30
|
||||||
|
* Fix support URL
|
||||||
|
Closes: GH bug #28
|
||||||
|
|
||||||
|
|
||||||
1.8 (released 19.7.2015)
|
1.8 (released 19.7.2015)
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@ import _patool_configdata as configdata
|
||||||
Version = configdata.version
|
Version = configdata.version
|
||||||
ReleaseDate = configdata.release_date
|
ReleaseDate = configdata.release_date
|
||||||
AppName = configdata.name
|
AppName = configdata.name
|
||||||
App = AppName+" "+Version
|
App = AppName+u" "+Version
|
||||||
Author = configdata.author
|
Author = configdata.author
|
||||||
Maintainer = configdata.maintainer
|
Maintainer = configdata.maintainer
|
||||||
Copyright = "Copyright (C) 2004-2015 " + Author
|
Copyright = u"Copyright (C) 2004-2015 " + Author
|
||||||
Url = configdata.url
|
Url = configdata.url
|
||||||
SupportUrl = Url + "issues"
|
SupportUrl = u"https://github.com/wummel/patool/issues/"
|
||||||
Email = configdata.author_email
|
Email = configdata.author_email
|
||||||
|
|
Loading…
Reference in New Issue