Skip to content

ClickGraft 1.1.0

Choose a tag to compare

@taggie313 taggie313 released this 01 Aug 18:44
· 21 commits to main since this release

Fixes a failure screen that lied, and adds bug reporting and update checks.

The big one

If the build finished but a post-build check failed, ClickGraft told you
"The copy wasn't finished — nothing was installed." Both halves were
false: the copy was in your Applications folder and working. That screen now
says so, tells you your original is still untouched, and gives you an Open
the copy
button.

Why that check was failing

  • The smoke launch only allowed 12 seconds. A first launch after a fresh
    HP Click install does first-run work a warm launch doesn't — measured 8s warm
    and over 12s cold. The budget fitted only the warm case, so it failed the one
    launch every new user makes. Now 90 seconds.
  • Every build was invalidating its own signature. Adobe's print engine
    writes font caches inside the bundle on first run, which the smoke launch
    triggers, and those files aren't in the signature's resource seal. The bundle
    is now re-sealed after the launch instead of before.

New

  • Send a report. Shows you the exact text before anything is sent, with your
    home folder name removed. Nothing you haven't read leaves your Mac, and you
    can Copy instead if you'd rather paste it into an issue yourself.
  • Update check. Tells you when a newer version exists. Worth having: new
    versions usually mean support for newer HP Click releases.

ClickGraft.zip SHA-256:
fbc3a89b5c4d0fcd988206a5d3b4ca9bde3ad7b5056b1e95df67dd8629691943

Verify with spctl -a -vvv -t install /path/to/ClickGraft.app — that check is
against Apple's certificates rather than against this page.

Not affiliated with, endorsed by, or supported by HP Inc.