Skip to content

Releases: ENCHIGO/apple-pickup-watcher

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:37

下载哪一个

系统 文件
macOS(Apple Silicon) *_aarch64.dmg
macOS(Intel) *_x64.dmg
Windows *-setup.exe(推荐)或 *_x64_en-US.msi
Linux *_amd64.deb*_amd64.AppImage

macOS:首次打开被拦下

安装包没有经过 Apple 公证,Gatekeeper 会提示「已损坏,无法打开」。
这不是文件真的坏了。把应用拖进「应用程序」后执行一次:

xattr -cr "/Applications/Apple Pickup Watcher.app"

之后就能正常启动,这条命令只需要执行一次。

Windows:SmartScreen 提示

安装包未做代码签名,运行时 SmartScreen 会弹出「Windows 已保护你的电脑」。
点「更多信息」→「仍要运行」即可。

Linux:运行库要求

产物在 Ubuntu 24.04 上构建,需要 glibc ≥ 2.39,更老的发行版请自行从源码编译。

  • .debsudo apt install ./apple-pickup-watcher_*_amd64.deb 会自动拉齐依赖。
    手动装的话需要 libwebkit2gtk-4.1-0libayatana-appindicator3-1(托盘图标)、
    以及 ALSA 运行库 libasound2t64(播放到货提示音要用)。
  • .AppImage:需要系统里有 FUSE 2(Ubuntu 24.04 上是 libfuse2t64)。
    不想装的话可以用 ./apple-pickup-watcher_*.AppImage --appimage-extract-and-run 运行。

关于自动更新

应用会向本仓库的 Releases 查询新版本。如果本次发布的资产里没有 latest.json
说明构建时仓库未配置更新签名密钥,这个版本只能手动下载升级。

许可与来源

本项目基于 hteen/apple-store-helper 修改,
以 GPL-3.0 发布。详见仓库内的 LICENSENOTICE

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 15:35

安装说明

  • macOS:应用未经 Apple 公证,首次打开会被 Gatekeeper 拦下并提示「已损坏」。
    解压后执行 xattr -cr "/Applications/Apple Pickup Watcher.app" 即可正常启动。
  • Linux:需要系统已安装 OpenGL 与 ALSA 运行库。
  • 校验产物完整性请对照 SHA256SUMS.txt

本项目基于 hteen/apple-store-helper 修改,
以 GPL-3.0 发布,详见仓库内的 LICENSENOTICE

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 01:38
6b76fa8

安装说明

  • macOS:应用未经 Apple 公证,首次打开会被 Gatekeeper 拦下并提示「已损坏」。
    解压后执行 xattr -cr "/Applications/Apple Pickup Watcher.app" 即可正常启动。
  • Linux:需要系统已安装 OpenGL 与 ALSA 运行库。
  • 校验产物完整性请对照 SHA256SUMS.txt

本项目基于 hteen/apple-store-helper 修改,
以 GPL-3.0 发布,详见仓库内的 LICENSENOTICE

Full Changelog: https://github.com/ENCHIGO/apple-pickup-watcher/commits/v0.1.0