updater fixes.
This commit is contained in:
parent
4b9ee4d1fe
commit
44e55178dd
2
.gitignore
vendored
2
.gitignore
vendored
@ -112,4 +112,4 @@ User*/
|
|||||||
*.pyc
|
*.pyc
|
||||||
release*.zip
|
release*.zip
|
||||||
README.txt
|
README.txt
|
||||||
.fastwq.ankihub.json
|
.fastwq_*_ankihub.json
|
||||||
@ -42,7 +42,7 @@ def defaultBase():
|
|||||||
|
|
||||||
|
|
||||||
headers = {"User-Agent": "AnkiHub"}
|
headers = {"User-Agent": "AnkiHub"}
|
||||||
dataPath = os.path.join(defaultBase(),'.fastwq.ankihub.json')
|
dataPath = os.path.join(defaultBase(),'.fastwq_2.0.x_ankihub.json')
|
||||||
|
|
||||||
|
|
||||||
class DialogUpdates(QtGui.QDialog, Ui_DialogUpdates):
|
class DialogUpdates(QtGui.QDialog, Ui_DialogUpdates):
|
||||||
|
|||||||
@ -48,7 +48,7 @@ def defaultBase():
|
|||||||
|
|
||||||
|
|
||||||
headers = {"User-Agent": "AnkiHub"}
|
headers = {"User-Agent": "AnkiHub"}
|
||||||
dataPath = os.path.join(defaultBase(),'.fastwq.ankihub.json')
|
dataPath = os.path.join(defaultBase(),'.fastwq_2.1.x_ankihub.json')
|
||||||
|
|
||||||
|
|
||||||
class DialogUpdates(QDialog, Ui_DialogUpdates):
|
class DialogUpdates(QDialog, Ui_DialogUpdates):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user