mirror of
https://github.com/chmouel/liseur-desktop.git
synced 2026-08-25 23:41:47 +00:00
The repository is now its own Homebrew tap. Casks/liseur.rb sits at the
root because that is the only place Homebrew looks for casks, and the
two-argument form of `brew tap` takes any URL, so no second repository
has to exist to hold it:
brew tap chmouel/liseur https://github.com/chmouel/liseur-desktop
brew install --cask chmouel/liseur/liseur
One cask covers both platforms, out of files a release already publishes:
Liseur.app from the .dmg on macOS, the AppImage on Linux, Intel and ARM
on both. macOS now leads with it. The build is unsigned, so the cask says
how to clear the quarantine flag rather than quietly clearing it.
The release workflow points the cask at each new release and commits it
to main, since Homebrew reads a tap from its default branch and a cask
that only moved on the tag would leave everyone on the first version.
Making a release stays what it was: tag, push.
|
||
|---|---|---|
| .. | ||
| check-lockfile-change.mjs | ||
| headless.sh | ||
| update-cask.mjs | ||