Skip to content

Commit

Permalink
Updated on Mon, 06 Feb 2023 16:57:40 +0000
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2023
1 parent 06865aa commit 16d2b6d
Show file tree
Hide file tree
Showing 214 changed files with 38,877 additions and 38,608 deletions.
48,590 changes: 24,295 additions & 24,295 deletions AllAppsDB.csv

Large diffs are not rendered by default.

22,724 changes: 11,362 additions & 11,362 deletions LastAppsDB.csv

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions bucket/163musiclyrics.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"autoupdate": {
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v$version/v$version-green.zip"
},
"bin": "MusicLyricApp.exe",
"checkver": "github",
"description": "Windows \u7f51\u6613\u4e91\u97f3\u4e50\u6b4c\u8bcd\u83b7\u53d6",
"hash": "535ac4173f98413051ac8555287006c2188dda9c64dc571dc4a23e5af2cd3c31",
"homepage": "https://github.com/jitwxs/163MusicLyrics/",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/jitwxs/163MusicLyrics/blob/master/LICENSE"
},
"notes": [
" - Guide: <https://github.com/jitwxs/163MusicLyrics/wiki/3.x-Guide>",
" - ChangeLog: <https://github.com/jitwxs/163MusicLyrics/wiki/ChangeLog>"
],
"shortcuts": [
[
"MusicLyricApp.exe",
"\u7f51\u6613\u4e91\u97f3\u4e50\u6b4c\u8bcd\u63d0\u53d6"
]
],
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v5.8/v5.8-green.zip",
"version": "5.8"
}
"version": "5.8",
"description": "NetEase cloud music lyrics downloader for Windows",
"homepage": "https://github.com/jitwxs/163MusicLyrics",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v5.8/v5.8-green.zip",
"hash": "535ac4173f98413051ac8555287006c2188dda9c64dc571dc4a23e5af2cd3c31"
}
},
"shortcuts": [
[
"MusicLyricApp.exe",
"Music Lyric"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jitwxs/163MusicLyrics/releases/download/v$version/v$version-green.zip"
}
}
}
}
54 changes: 34 additions & 20 deletions bucket/7zip.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,46 @@
"version": "22.01",
"description": "A multi-format file archiver with high compression ratios",
"homepage": "https://www.7-zip.org/",
"license": {
"identifier": "Freeware,LGPL-2.0-only,BSD-3-Clause",
"url": "https://www.7-zip.org/license.txt"
},
"license": "LGPL-2.1-or-later",
"notes": "Add 7-Zip as a context menu option by running: \"$dir\\install-context.reg\"",
"architecture": {
"64bit": {
"url": [
"https://7-zip.org/a/7z2201-x64.msi",
"https://raw.githubusercontent.com/asoluter/Scoop-Asoluter/main/scripts/7-zip/install-context.reg",
"https://raw.githubusercontent.com/asoluter/Scoop-Asoluter/main/scripts/7-zip/uninstall-context.reg"
],
"hash": [
"f4afba646166999d6090b5beddde546450262dc595dddeb62132da70f70d14ca",
"358c8a2f87c4dc89c86ee4c72c71766856da146c0a8840001e6821fe5bb0c7ca",
"667ef7b5c7bfb6cdcc595042ac6c0cae802fbfd59fc601b22b533f6f1bcaf374"
"url": "https://www.7-zip.org/a/7z2201-x64.msi",
"hash": "f4afba646166999d6090b5beddde546450262dc595dddeb62132da70f70d14ca",
"extract_dir": "Files\\7-Zip"
},
"32bit": {
"url": "https://www.7-zip.org/a/7z2201.msi",
"hash": "a4913f98821e0da0c58cd3a7f2a59f1834b85b6ca6b3fdefa5454d6c3bbef54c",
"extract_dir": "Files\\7-Zip"
},
"arm64": {
"url": "https://www.7-zip.org/a/7z2201-arm64.exe",
"hash": "700dea3e4012319a09ccadfce91cf090334cfe658d0bdc42204e77acbea1ef99",
"pre_install": [
"$7zr = Join-Path $env:TMP '7zr.exe'",
"Invoke-WebRequest https://www.7-zip.org/a/7zr.exe -OutFile $7zr",
"Invoke-ExternalCommand $7zr @('x', \"$dir\\$fname\", \"-o$dir\", '-y') | Out-Null",
"Remove-Item \"$dir\\Uninstall.exe\", \"$dir\\*-arm64.exe\", $7zr"
]
}
},
"pre_install": [
"post_install": [
"$7zip_root = \"$dir\".Replace('\\', '\\\\')",
"'install-context.reg', 'uninstall-context.reg' | ForEach-Object {",
" $content = Get-Content \"$dir\\$_\"",
" $content = Get-Content \"$bucketsdir\\main\\scripts\\7-zip\\$_\"",
" $content = $content.Replace('$7zip_root', $7zip_root)",
" if ($global) {",
" $content = $content.Replace('HKEY_CURRENT_USER', 'HKEY_LOCAL_MACHINE')",
" }",
" Set-Content \"$dir\\$_\" $content -Encoding Ascii",
"}"
],
"extract_dir": "Files\\7-Zip",
"bin": "7z.exe",
"bin": [
"7z.exe",
"7zFM.exe",
"7zG.exe"
],
"shortcuts": [
[
"7zFM.exe",
Expand All @@ -45,13 +53,19 @@
"Formats"
],
"checkver": {
"url": "https://www.7-zip.org/history.txt",
"regex": "\\n([\\d.]+)"
"url": "https://www.7-zip.org/download.html",
"regex": "Download 7-Zip ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://7-zip.org/a/7z$cleanVersion-x64.msi"
"url": "https://www.7-zip.org/a/7z$cleanVersion-x64.msi"
},
"32bit": {
"url": "https://www.7-zip.org/a/7z$cleanVersion.msi"
},
"arm64": {
"url": "https://www.7-zip.org/a/7z$cleanVersion-arm64.exe"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions bucket/BraveNightly-Portable.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://brave.com/download-nightly/",
"version": "1.50.11",
"version": "1.50.12",
"description": "Brave Nightly. Secure, Fast & Private Web Browser with Adblocker (nightly release)",
"license": {
"identifier": "Freeware,BSD-3-Clause,GPL-3.0-only,...",
Expand All @@ -9,8 +9,8 @@
"changelog": "",
"architecture": {
"64bit": {
"url": "https://github.com/brave/brave-browser/releases/download/v1.50.11/brave-v1.50.11-win32-x64.zip",
"hash": "dbe72e20efc77564ddd862e21e0737492aa95f8da762c4d3fbf373253aabb51d"
"url": "https://github.com/brave/brave-browser/releases/download/v1.50.12/brave-v1.50.12-win32-x64.zip",
"hash": "328121ef7a8bbc99efc08b21a1a548f7d521751d0ff1f7c335bc3531165a3df9"
}
},
"bin": [
Expand Down
5 changes: 2 additions & 3 deletions bucket/DesktopNaotu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepage": "https://github.com/NaoTu/DesktopNaotu",
"description": "A cross-platform multilingual Mind Map Tool using miniblink.",
"description": "A cross-platform multilingual Mind Map Tool.",
"version": "3.2.3",
"license": "GPL-2.0-only",
"architecture": {
Expand All @@ -15,11 +15,10 @@
"extract_dir": "DesktopNaotu-win32-ia32"
}
},
"bin": "desktopnaotu.exe",
"shortcuts": [
[
"desktopnaotu.exe",
"Desktop Naotu"
"Baidu Naotu"
]
],
"checkver": "github",
Expand Down
28 changes: 14 additions & 14 deletions bucket/HardDiskSentinel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"description": "A multi-OS SSD and HDD monitoring and analysis software.",
"hash": "2ca5daec3427440d306ee75fadce07535072da2373a9402fc6f72fd755036eab",
"homepage": "https://www.hdsentinel.com/",
"license": "Proprietary",
"pre_install": "Expand-7zipArchive -Path \"$dir\\dl.7z_\" -DestinationPath \"$dir\" -ExtractDir 'HardDiskSentinel_5.70.4_Portable' -Removal -Switches '-pmuggle'",
"shortcuts": [
[
"HDSentinel.exe",
"Hard Disk Sentinel"
]
],
"url": "https://onedrive-vercel-index-liard.vercel.app/api/raw/?path=/Common/apps_windows/HardDiskSentinel_5.70.4_Portable.7z#/dl.7z_",
"version": "5.70.4"
}
"version": "5.70.4",
"homepage": "https://www.hdsentinel.com/",
"description": "A multi-OS SSD and HDD monitoring and analysis software.",
"license": "Proprietary",
"url": "https://onedrive-vercel-index-liard.vercel.app/api/raw/?path=/910%20win/HardDiskSentinel_5.70.4_Portable.7z#/dl.7z_",
"hash": "2ca5daec3427440d306ee75fadce07535072da2373a9402fc6f72fd755036eab",
"pre_install": "Expand-7zipArchive -Path \"$dir\\dl.7z_\" -DestinationPath \"$dir\" -ExtractDir 'HardDiskSentinel_5.70.4_Portable' -Removal -Switches '-pmuggle'",
"shortcuts": [
[
"HDSentinel.exe",
"Hard Disk Sentinel"
]
]
}
16 changes: 12 additions & 4 deletions bucket/KikoPlay.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"version": "0.9.1",
"description": "KikoPlay - NOT ONLY A Full-Featured Danmu Player 不仅仅是全功能弹幕播放器",
"description": "A Full-Featured Danmu Player",
"homepage": "https://kikoplay.fun/",
"license": "GPL-3.0-only",
"url": "https://github.com/KikoPlayProject/KikoPlay/releases/download/0.9.1/0.9.1.zip",
"hash": "add73766db8e23e71a6c4f17fdec8403880ac21fbedf45525bf0f9551524b7e9",
"architecture": {
"64bit": {
"url": "https://github.com/KikoPlayProject/KikoPlay/releases/download/0.9.1/0.9.1.zip",
"hash": "add73766db8e23e71a6c4f17fdec8403880ac21fbedf45525bf0f9551524b7e9"
}
},
"bin": "KikoPlay.exe",
"shortcuts": [
[
Expand All @@ -16,6 +20,10 @@
"github": "https://github.com/KikoPlayProject/KikoPlay"
},
"autoupdate": {
"url": "https://github.com/KikoPlayProject/KikoPlay/releases/download/$version/$version.zip"
"architecture": {
"64bit": {
"url": "https://github.com/KikoPlayProject/KikoPlay/releases/download/$version/$version.zip"
}
}
}
}
61 changes: 1 addition & 60 deletions bucket/LXGWWenKaiScreen.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,12 @@
{
"version": "1.250.2",
"description": "LXGW WenKai for Screen Reading.",
"description": "LXGW WenKai for Screen Reading. (Non-Auto Install)",
"homepage": "https://github.com/lxgw/LxgwWenKai-Screen",
"license": "OFL-1.1",
"url": "https://github.com/lxgw/LxgwWenKai-Screen/releases/download/v1.250.2/LXGWWenKaiScreen.ttf",
"hash": "47d304d5020c0391fe4b86aae93f5c9eb63d161528c4a2ce3db0f0897a64edd9",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/lxgw/LxgwWenKai-Screen/releases/download/v$version/LXGWWenKaiScreen.ttf"
},
"installer": {
"script": [
"$currentBuildNumber = [int] (Get-ItemProperty \"HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\").CurrentBuildNumber",
"$windows11Version22H2BuildNumber = 22621",
"$doesPerUserFontInstallationHaveIssue = $currentBuildNumber -ge $windows11Version22H2BuildNumber",
"if ($doesPerUserFontInstallationHaveIssue -and !$global) {",
" scoop uninstall $app",
" Write-Host \"\"",
" Write-Host \"Currently, on Windows 11 Version 22H2 (OS Build 22621) or later,\" -Foreground DarkRed",
" Write-Host \"Font installation only works when installing font for all users.\" -Foreground DarkRed",
" Write-Host \"\"",
" Write-Host \"Please use following commands to install '$app' Font for all users.\" -Foreground DarkRed",
" Write-Host \"\"",
" Write-Host \" scoop install sudo\"",
" Write-Host \" sudo scoop install -g $app\"",
" Write-Host \"\"",
" Write-Host \"See https://github.com/matthewjberger/scoop-nerd-fonts/issues/198 for more details.\" -Foreground Magenta",
" exit 1",
"}",
"$windows10Version1809BuildNumber = 17763",
"$isPerUserFontInstallationSupported = $currentBuildNumber -ge $windows10Version1809BuildNumber",
"if (!$isPerUserFontInstallationSupported -and !$global) {",
" scoop uninstall $app",
" Write-Host \"\"",
" Write-Host \"For Windows version before Windows 10 Version 1809 (OS Build 17763),\" -Foreground DarkRed",
" Write-Host \"Font can only be installed for all users.\" -Foreground DarkRed",
" Write-Host \"\"",
" Write-Host \"Please use following commands to install '$app' Font for all users.\" -Foreground DarkRed",
" Write-Host \"\"",
" Write-Host \" scoop install sudo\"",
" Write-Host \" sudo scoop install -g $app\"",
" Write-Host \"\"",
" exit 1",
"}",
"$fontInstallDir = if ($global) { \"$env:windir\\Fonts\" } else { \"$env:LOCALAPPDATA\\Microsoft\\Windows\\Fonts\" }",
"$registryRoot = if ($global) { \"HKLM\" } else { \"HKCU\" }",
"$registryKey = \"${registryRoot}:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Fonts\"",
"New-Item $fontInstallDir -ItemType Directory -ErrorAction SilentlyContinue | Out-Null",
"Get-ChildItem $dir -Filter '*.ttf' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
"}"
]
},
"uninstaller": {
"script": [
"$fontInstallDir = if ($global) { \"$env:windir\\Fonts\" } else { \"$env:LOCALAPPDATA\\Microsoft\\Windows\\Fonts\" }",
"$registryRoot = if ($global) { \"HKLM\" } else { \"HKCU\" }",
"$registryKey = \"${registryRoot}:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Fonts\"",
"Get-ChildItem $dir -Filter '*.ttf' | ForEach-Object {",
" Remove-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Force -ErrorAction SilentlyContinue",
" Remove-Item \"$fontInstallDir\\$($_.Name)\" -Force -ErrorAction SilentlyContinue",
"}",
"if ($cmd -eq \"uninstall\") {",
" Write-Host \"Font 'LXGWWenKaiScreen' has been uninstalled and will not be present after restarting your computer.\" -Foreground Magenta",
"}"
]
}
}
61 changes: 1 addition & 60 deletions bucket/LXGWWenKaiScreenR.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,12 @@
{
"version": "1.250.2",
"description": "LXGW WenKai for Screen Reading.",
"description": "LXGW WenKai for Screen Reading. (Non-Auto Install)",
"homepage": "https://github.com/lxgw/LxgwWenKai-Screen",
"license": "OFL-1.1",
"url": "https://github.com/lxgw/LxgwWenKai-Screen/releases/download/v1.250.2/LXGWWenKaiScreenR.ttf",
"hash": "a82c31b5f972f59e5560bc9da58c5ea6f283e3a5bcd1bff7fadf3c859a296c3e",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/lxgw/LxgwWenKai-Screen/releases/download/v$version/LXGWWenKaiScreenR.ttf"
},
"installer": {
"script": [
"$currentBuildNumber = [int] (Get-ItemProperty \"HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\").CurrentBuildNumber",
"$windows11Version22H2BuildNumber = 22621",
"$doesPerUserFontInstallationHaveIssue = $currentBuildNumber -ge $windows11Version22H2BuildNumber",
"if ($doesPerUserFontInstallationHaveIssue -and !$global) {",
" scoop uninstall $app",
" Write-Host \"\"",
" Write-Host \"Currently, on Windows 11 Version 22H2 (OS Build 22621) or later,\" -Foreground DarkRed",
" Write-Host \"Font installation only works when installing font for all users.\" -Foreground DarkRed",
" Write-Host \"\"",
" Write-Host \"Please use following commands to install '$app' Font for all users.\" -Foreground DarkRed",
" Write-Host \"\"",
" Write-Host \" scoop install sudo\"",
" Write-Host \" sudo scoop install -g $app\"",
" Write-Host \"\"",
" Write-Host \"See https://github.com/matthewjberger/scoop-nerd-fonts/issues/198 for more details.\" -Foreground Magenta",
" exit 1",
"}",
"$windows10Version1809BuildNumber = 17763",
"$isPerUserFontInstallationSupported = $currentBuildNumber -ge $windows10Version1809BuildNumber",
"if (!$isPerUserFontInstallationSupported -and !$global) {",
" scoop uninstall $app",
" Write-Host \"\"",
" Write-Host \"For Windows version before Windows 10 Version 1809 (OS Build 17763),\" -Foreground DarkRed",
" Write-Host \"Font can only be installed for all users.\" -Foreground DarkRed",
" Write-Host \"\"",
" Write-Host \"Please use following commands to install '$app' Font for all users.\" -Foreground DarkRed",
" Write-Host \"\"",
" Write-Host \" scoop install sudo\"",
" Write-Host \" sudo scoop install -g $app\"",
" Write-Host \"\"",
" exit 1",
"}",
"$fontInstallDir = if ($global) { \"$env:windir\\Fonts\" } else { \"$env:LOCALAPPDATA\\Microsoft\\Windows\\Fonts\" }",
"$registryRoot = if ($global) { \"HKLM\" } else { \"HKCU\" }",
"$registryKey = \"${registryRoot}:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Fonts\"",
"New-Item $fontInstallDir -ItemType Directory -ErrorAction SilentlyContinue | Out-Null",
"Get-ChildItem $dir -Filter '*.ttf' | ForEach-Object {",
" $value = if ($global) { $_.Name } else { \"$fontInstallDir\\$($_.Name)\" }",
" New-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Value $value -Force | Out-Null",
" Copy-Item $_.FullName -Destination $fontInstallDir",
"}"
]
},
"uninstaller": {
"script": [
"$fontInstallDir = if ($global) { \"$env:windir\\Fonts\" } else { \"$env:LOCALAPPDATA\\Microsoft\\Windows\\Fonts\" }",
"$registryRoot = if ($global) { \"HKLM\" } else { \"HKCU\" }",
"$registryKey = \"${registryRoot}:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Fonts\"",
"Get-ChildItem $dir -Filter '*.ttf' | ForEach-Object {",
" Remove-ItemProperty -Path $registryKey -Name $_.Name.Replace($_.Extension, ' (TrueType)') -Force -ErrorAction SilentlyContinue",
" Remove-Item \"$fontInstallDir\\$($_.Name)\" -Force -ErrorAction SilentlyContinue",
"}",
"if ($cmd -eq \"uninstall\") {",
" Write-Host \"Font 'LXGWWenKaiScreenR' has been uninstalled and will not be present after restarting your computer.\" -Foreground Magenta",
"}"
]
}
}
Loading

0 comments on commit 16d2b6d

Please sign in to comment.