Skip to content

gitpic v0.21.0 — 安装和更新只剩一条路:下 DMG,之后 app 自己更新

Choose a tag to compare

@github-actions github-actions released this 05 Sep 01:23
· 10 commits to main since this release

安装和更新只剩一条路:下 DMG,之后 app 自己更新

  • 装 app 改成下 DMG 拖进 Applications,第一次需要自己解除隔离
  • 终端命令改成在 app 里点一下装:设置 ▸ 通用 ▸ 命令行
  • 更新不再分 Homebrew / 手动两种情况,永远是「下载并更新」

GitPic.app

GitPic-<version>-macos-arm64.dmg in this release is the macOS menu-bar
app, same version as the CLI and with that CLI embedded. Apple Silicon
only. To install it:

  1. Open the DMG and drag GitPic across to Applications.

  2. Clear the quarantine flag — this step is not optional. The app is
    ad-hoc signed and not notarised, so until you run this macOS refuses
    to open it at all:

    xattr -dr com.apple.quarantine /Applications/GitPic.app
  3. Launch it, and authorise with 设置 ▸ 图床 ▸ 使用 GitHub 登录 (or
    gitpic auth login in a terminal).

Updates after that are handled by the app itself: 检查更新 downloads the
next DMG, verifies its SHA-256 and swaps the bundle, quarantine included.
For the gitpic command in your terminal, 设置 ▸ 通用 ▸ 命令行 installs
a link to the copy inside the app, so it stays in step with every update.