建议支持scoop管理软件安装与更新 #1144
Replies: 6 comments
-
|
关于icon,可以在 installer 脚本中下载图标文件,这样有具体pbh图标 |
Beta Was this translation helpful? Give feedback.
-
|
这是否值得有待商榷,因为对于 Windows 平台已有由 SpecterShell 维护的 winget 软件包,可以使用 winget 直接安装。 目前没什么覆盖软件包的计划,对于 Linux 来说推荐使用 Docker;macOS 和 Windows 都有对应的 installer4j 安装程序,scoop 显得并没有什么意义。 |
Beta Was this translation helpful? Give feedback.
-
Scoop只是包管理,并不关心软件是否有GUI或命令行 之所以我写这篇帖子,是因为scoop和便携版契合得很好。同时我看到便携版有些缺乏维护,支持scoop的可以让便携版更方便 |
Beta Was this translation helpful? Give feedback.
-
|
我重新思考了一下,似乎可以直接用release里打包好的PeerBanHelper_{ver}.zip,结合 https://github.com/PBH-BTN/PeerBanHelper/blob/v7.4.15/.github/workflows/build_portable.yml 来做一份,一会我试试 |
Beta Was this translation helpful? Give feedback.
-
|
新的manifest已经写好,可以通过如下命令尝鲜
|
Beta Was this translation helpful? Give feedback.
-
|
自己托管了一个bucket,会自动更新 scoop bucket add echo https://github.com/WordlessEcho/scoop-bucket
scoop install echo/intellij-jbr25
scoop install echo/peerbanhelper官方合不合就不知道了,JBR肯定会合,只是Java bucket的维护状态比较差 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
以下是一份示例:
{ "version": "7.4.15", "description": "Automatically block unwanted, leeches and abnormal BT peers with support for customized and cloud rules.", "homepage": "https://docs.pbh-btn.com/", "license": "GPL-3.0-or-later", "suggest": { "JDK": "java/openjdk" }, "url": "https://github.com/PBH-BTN/PeerBanHelper/releases/download/v7.4.15/PeerBanHelper_Windows_7.4.15_Portable.zip", "hash": "bf95da0cab9c7cb1becd6912dd3159a89e5af0cb870e645e0dd53fe193324647", "extract_dir": "PeerBanHelper", "bin": "PeerBanHelper.jar", "shortcuts": [ [ "1. GUI Mode.bat", "PeerBanHelper" ], [ "2. GUI mode (slient).bat", "PeerBanHelper (Silent)" ], [ "3. Console.bat", "PeerBanHelper (Console)" ], [ "4. Low-memory Mode (May cost more CPU and disk) .bat", "PeerBanHelper (Low-memory Mode (May cost more CPU and disk))" ] ], "persist": "data", "checkver": { "github": "https://github.com/PBH-BTN/PeerBanHelper" }, "autoupdate": { "url": "https://github.com/PBH-BTN/PeerBanHelper/releases/download/v$version/PeerBanHelper_Windows_$version_Portable.zip" } }可改进之处:
Beta Was this translation helpful? Give feedback.
All reactions