Skip to content

Commit

Permalink
Add ARulerForWindows 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed May 25, 2019
1 parent a64d56a commit e2361ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 29 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
| [AutoClicker **(AutoClicker)**](./bucket/AutoClicker.json) ||| ✔ (✔) |
| [AutoClickers **(AutoClickers)**](./bucket/AutoClickers.json) ||| ✔ (✔) |
| [AutoClicker Targeted **(AutoClickerTargeted)**](./bucket/AutoClickerTargeted.json) ||| ✔ (⛔) |
| [A Ruler For Windows **(ARulerForWindows)**](./bucket/ARulerForWindows.json) ||| ✔ (⛔) |
| [Bethesda.Net Launcher **(BethesdaLauncher)**](./bucket/BethesdaLauncher.json) ||| ♻ (♻) |
| [Borderless Gaming **(BorderlessGaming)**](./bucket/BorderlessGaming.json) ||| ✔ (⛔) |
| [Bzzt! Image Editor **(Bzzt)**](./bucket/Bzzt.json) ||| ✔ (⛔) |
Expand Down
20 changes: 0 additions & 20 deletions TODO/AAAC.json

This file was deleted.

2 changes: 1 addition & 1 deletion TODO/AdobeReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"$ext_der = 'program files\\Adobe\\Acrobat Reader DC'",
"$ms = 'AcroRead.msi'",
"(Get-ChildItem \"$dir\" -Exclude $ms) | Remove-Item",
"extract_msi \"$dir\\$ms\""
"Expand-MsiArchive \"$dir\\$ms\""
]
},
"shortcuts": [
Expand Down
13 changes: 5 additions & 8 deletions TODO/ARule.json → bucket/ARulerForWindows.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
{
"version": "3.3.3",
"description": "On screen pixel ruler / reading guide.",
"version": "3.4.1",
"description": "A Ruler For Windows. On screen pixel ruler / reading guide.",
"homepage": "https://www.arulerforwindows.com/index.html",
"license": "Freeware",
"license": "CC-BY-ND-4.0",
"url": "https://www.arulerforwindows.com/arulersetup.exe",
"hash": "71ddbd5f78070799283f8392653385ccd66c812fdcb64fe82e70387e8d95bd03",
"hash": "0afc51e8a9f185dd32bbd555387e1249dba88883dac949765ffea2e96ab5cc01",
"innosetup": true,
"shortcuts": [
[
"aruler.exe",
"A Ruler For Windows"
]
],
"checkver": {
"regex": "\\(version (?<major>\\d)\\.<span lang=\"[\\w-]+\">(?<other>[\\d\\.]+)",
"replace": "${major}.${other}"
},
"checkver": "\\(version ([\\d.]+)\\s+-",
"autoupdate": {
"url": "https://www.arulerforwindows.com/arulersetup.exe"
}
Expand Down

1 comment on commit e2361ae

@Ash258
Copy link
Owner Author

@Ash258 Ash258 commented on e2361ae May 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4

Please sign in to comment.