Skip to content

Commit

Permalink
UrlDisabler: Add version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Oct 8, 2020
1 parent a26fe09 commit dee5a22
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
| [Sordum's Temp Cleaner **(TempCleaner)**](./bucket/TempCleaner.json) ||| ✔(⛔) |
| [Sordum's Tunnel Adapter Microsoft 6to4 Adapter Remover **(6to4Remover)**](./bucket/6to4Remover.json) ||| ✔(⛔) |
| [Sordum's Update Time **(UpdateTime)**](./bucket/UpdateTime.json) ||| ✔(⛔) |
| [Sordum's URL Disabler **(UrlDisablerUrlDisabler)**](./bucket/UrlDisabler.json) ||| ✔(⛔) |
| [Sordum's VHD For Context Menu **(VHDForContextMenu)**](./bucket/VHDForContextMenu.json) ||| ✔(⛔) |
| [Sordum's WebCam On/Off **(WebCamOnOff)**](./bucket/WebCamOnOff.json) ||| ✔(⛔) |
| [Sordum's Win10 Settings Blocker **(WsBlocker)**](./bucket/WsBlocker.json) ||| ✔(⛔) |
Expand Down
43 changes: 43 additions & 0 deletions bucket/UrlDisabler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": "1.0",
"description": "Sordum's URL Disabler",
"homepage": "https://www.sordum.org/13075/",
"license": {
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/download/url-disabler/UrlDisabler.zip",
"hash": "4cab6ec3b10363b23b859ffab524e17f2331a6d8dbffd731054acbd25c13da67",
"extract_dir": "UrlDisabler",
"architecture": {
"64bit": {
"bin": [
"UrlDisabler_x64.exe",
[
"UrlDisabler_x64.exe",
"UrlDisabler"
]
],
"shortcuts": [
[
"UrlDisabler_x64.exe",
"Sordum\\URL Disabler"
]
]
},
"32bit": {
"bin": "UrlDisabler.exe",
"shortcuts": [
[
"UrlDisabler.exe",
"Sordum\\URL Disabler"
]
]
}
},
"persist": "UrlDisabler.ini",
"checkver": "v([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/download/url-disabler/UrlDisabler.zip"
}
}

0 comments on commit dee5a22

Please sign in to comment.