Skip to content

Commit

Permalink
Windows11ClassicContextMenu: Add version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Oct 8, 2021
1 parent 48af236 commit 77c40b6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
| [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) ||| ✔(⛔) |
| [Sordum's Windows 11 Classic Context menu **(Windows11ClassicContextmenu)**](./bucket/Windows11ClassicContextmenu.json) ||| ✔(⛔) |
| [Sordum's Window Topmost Control **(WindowTopMostControl)**](./bucket/WindowTopMostControl.json) ||| ✔(⛔) |
| [Sordum's Windows Update Blocker **(WindowsUpdateBlocker)**](./bucket/WindowsUpdateBlocker.json) ||| ✔ (⛔) |
| [SoundSwitch **(SoundSwitch)**](./bucket/SoundSwitch.json) ||| ✔ (✔) |
Expand Down
27 changes: 27 additions & 0 deletions bucket/Windows11ClassicContextmenu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "1.0",
"description": "Sordum's Windows 11 Classic Context Menu",
"homepage": "https://www.sordum.org/14479",
"license": {
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"architecture": {
"64bit": {
"url": "https://www.sordum.org/files/download/win11-classic-context-menu/W11ClassicMenu.zip",
"hash": "12c2e19a747d49a4b6005513f284a4f2db85c59d2540d465aa6bd7700067921e"
}
},
"extract_dir": "W11ClassicMenu",
"bin": "W11ClassicMenu.exe",
"shortcuts": [
[
"W11ClassicMenu.exe",
"Sordum\\Win11 Classic Context Menu"
]
],
"checkver": "v([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/download/win11-classic-context-menu/W11ClassicMenu.zip"
}
}

0 comments on commit 77c40b6

Please sign in to comment.