Skip to content

Commit

Permalink
nilesoft-shell: Update to version 1.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixb1122 authored Dec 3, 2024
1 parent 20bace2 commit 8d282a2
Showing 1 changed file with 26 additions and 19 deletions.
45 changes: 26 additions & 19 deletions bucket/nilesoft-shell.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
{
"version": "1.9.15",
"version": "1.9.18",
"description": "A context menu extender that lets you handpick the items to integrate into Windows File Explorer context menu.",
"homepage": "https://nilesoft.org/",
"license": "MIT",
"url": "https://nilesoft.org/download/shell/1.9.15/setup.exe",
"hash": "46e5afb96a092307725eb4503480ed4c894168884474df01b5a679bdae7e3e5e",
"innosetup": true,
"architecture": {
"64bit": {
"pre_install": [
"if(!(Test-Path \"$persist_dir\\shell.log\")) { New-Item \"$dir\\shell.log\" | Out-Null }",
"Move-Item \"$dir\\shell,1.exe\" \"$dir\\shell.exe\"",
"Move-Item \"$dir\\shell,1.dll\" \"$dir\\shell.dll\"",
"Remove-Item \"$dir\\shell,2.*\"",
"Remove-Item \"$dir\\shell,3.*\""
]
"url": "https://nilesoft.org/download/shell/1.9.18/setup-x64.msi",
"hash": "06a44d6831e2aab27d8913b312ab65c3e0b1be739d02f6f88edfb8747c74d8a4",
"extract_dir": "PFiles64/Nilesoft Shell"
},
"32bit": {
"pre_install": [
"if(!(Test-Path \"$persist_dir\\shell.log\")) { New-Item \"$dir\\shell.log\" | Out-Null }",
"Move-Item \"$dir\\shell,3.exe\" \"$dir\\shell.exe\"",
"Move-Item \"$dir\\shell,3.dll\" \"$dir\\shell.dll\"",
"Remove-Item \"$dir\\shell,1.*\"",
"Remove-Item \"$dir\\shell,2.*\""
]
"url": "https://nilesoft.org/download/shell/1.9.18/setup-x86.msi",
"hash": "4e1f8f3dd4b39bd9c08b9443c1260fea069e1ce827eaaa312be3d657aaecee96",
"extract_dir": "PFiles/Nilesoft Shell"
},
"arm64": {
"url": "https://nilesoft.org/download/shell/1.9.18/setup-arm64.msi",
"hash": "46b64b58efd34af8139e3bb64ae02a6964a4e80d792be72abb3bca54db1edeff",
"extract_dir": "PFiles64/Nilesoft Shell"
}
},
"pre_install": [
"if(!(Test-Path \"$persist_dir\\shell.log\")) { New-Item \"$dir\\shell.log\" | Out-Null }"
],
"uninstaller": {
"script": [
"if ($cmd -eq 'uninstall') {",
Expand Down Expand Up @@ -54,6 +51,16 @@
"regex": "Version ([\\d.]+)"
},
"autoupdate": {
"url": "https://nilesoft.org/download/shell/$version/setup.exe"
"architecture": {
"64bit": {
"url": "https://nilesoft.org/download/shell/$version/setup-x64.msi"
},
"32bit": {
"url": "https://nilesoft.org/download/shell/$version/setup-x86.msi"
},
"arm64": {
"url": "https://nilesoft.org/download/shell/$version/setup-arm64.msi"
}
}
}
}

0 comments on commit 8d282a2

Please sign in to comment.