mirror of
https://github.com/aclindsa/ofxgo.git
synced 2024-12-26 06:53:21 -05:00
detect_settings: Add newer APPVER's for 'QWIN' APPID
This commit is contained in:
parent
ac09538ec3
commit
77b154695f
@ -43,6 +43,8 @@ var appVersions = map[string][]string{
|
|||||||
"0001",
|
"0001",
|
||||||
},
|
},
|
||||||
"QWIN": { // Intuit Quicken Windows
|
"QWIN": { // Intuit Quicken Windows
|
||||||
|
"2600", // 2017
|
||||||
|
"2500", // 2016
|
||||||
"2400", // 2015
|
"2400", // 2015
|
||||||
"2300", // 2014
|
"2300", // 2014
|
||||||
"2200", // 2013
|
"2200", // 2013
|
||||||
|
Loading…
Reference in New Issue
Block a user