Skip to content

Commit

Permalink
DefenderExclusionTool: Add version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Jun 14, 2021
1 parent 64bf227 commit ca85b92
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
| [Sordum's bPuzzle **(Bpuzzle)**](./bucket/bPuzzle.json) ||| ✔(⛔) |
| [Sordum's Copy IP **(CopyIP)**](./bucket/CopyIP.json) ||| ✔(⛔) |
| [Sordum's Defender Control **(DefenderControl)**](./bucket/DefenderControl.json) ||| ✔(⛔) |
| [Sordum's Defender Injector **(DefenderInjector)**](./bucket/DefenderInjector.json) ||| ✔(⛔) |
| [Sordum's Defender Exclusion Tool **(DefenderExclusionTool)**](./bucket/DefenderExclusionTool.json) ||| ✔(⛔) |
| [Sordum's Desktop Ini Editor **(DesktopIniEditor)**](./bucket/DesktopIniEditor.json) ||| ✔(⛔) |
| [Sordum's DNS Angel **(DNSAngel)**](./bucket/DNSAngel.json) ||| ✔(⛔) |
| [Sordum's DNS Lock **(DNSLock)**](./bucket/DNSLock.json) ||| ✔(⛔) |
Expand Down Expand Up @@ -323,6 +323,7 @@
| [MiniTool Partition Wizard Free **(MiniToolPartitionWizard)**](./deprecated/MiniToolPartitionWizard.json) ||| ✔ (⛔) |
| [Scoop Completion **(scoop-completion)**](./bucket/scoop-completion.json) ||| ♻ (♻) |
| [Switch UAC level **(SwitchUAC)**](./bucket/SwitchUAC.json) ||| ❌ (⛔) |
| [Sordum's Defender Injector **(DefenderInjector)**](./bucket/DefenderInjector.json) ||| ✔(⛔) |

### Moved to other (known) bucket

Expand Down
24 changes: 24 additions & 0 deletions bucket/DefenderExclusionTool.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "1.2",
"description": "Sordum's Defender Exclusion Tool. Add/Remove exclusions to Windows Defender.",
"homepage": "https://www.sordum.org/10636",
"license": {
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/download/defender-exclusion-tool/ExcTool.zip",
"hash": "05a41a18212747fb6c9534d9b06852530544a873f7da8bab0c93360d0c17d7a0",
"extract_dir": "ExcTool_v1.2",
"shortcuts": [
[
"dExcTool.exe",
"Sordum\\Defender Exclusion Tool"
]
],
"persist": "ExcTool.ini",
"checkver": "Defender Exclusion Tool\\s*v([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/download/defender-exclusion-tool/ExcTool.zip",
"extract_dir": "ExcTool_v$version"
}
}

0 comments on commit ca85b92

Please sign in to comment.