Skip to content

Commit

Permalink
Texteditoranywhere: Tweaks (#1603)
Browse files Browse the repository at this point in the history
- Persist config
- Simplify checkver
  • Loading branch information
Ash258 authored and r15ch13 committed Jan 11, 2019
1 parent 7dda592 commit 9ce9010
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions texteditoranywhere.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"url": "https://www.listary.com/download/TEAPortable.zip",
"hash": "18122737baed04bcd13e1d00f1ee8124420b02a312803209b695248a26320fae",
"extract_dir": "TextEditorAnywhere",
"checkver": {
"url": "https://www.listary.com/text-editor-anywhere",
"re": "<strong>Current Version:<\\/strong> ([\\d.]+)"
},
"checkver": "strong>\\s+([\\d\\.]+)</p>",
"persist": "TEAConfig.xml",
"shortcuts": [
[
"TextEditorAnywhere.exe",
Expand Down

0 comments on commit 9ce9010

Please sign in to comment.