update_version: Update appdata filename

This commit is contained in:
Florian Bruhin 2019-07-16 09:44:00 +02:00
parent 5c60e847eb
commit d22f500bbc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir,
from scripts import utils
# use basedir to get project root dir
appdata_path = os.path.join("misc", "qutebrowser.appdata.xml")
appdata_path = os.path.join("misc", "org.qutebrowser.qutebrowser.appdata.xml")
version_xpath = '//*[@type="desktop"]/releases'