Age | Commit message (Collapse) | Author |
|
https://github.com/irccloud/irccloud-desktop/releases/tag/v0.14.1
An update in electron-builder upstream started adding "linux" to the
filename of the produced file.
|
|
Upstream has renamed executable from "irccloud-desktop" to "irccloud".
Upstream’s upstream is broken for building "pacman" distributables,
so switching to "deb" which necessitates some different 'massaging'
in package().
|
|
|
|
* Use `yarn` instead of `npm` as recommended by upstream
* Build "pacman" electron distribution and get .desktop and icon files
from there.
|
|
All of the .tar.gz already gets unpacked for `prepare()`, so there’s
no need to unpack specific parts of it in `package()`.
|
|
https://github.com/irccloud/irccloud-desktop/releases/tag/v0.10.0
|
|
http://irccloud.com redirects to https://www.irccloud.com/
|
|
* Extract icons from .tar.gz instead of bundling.
* Install icons to directories specified by freedesktop.org’s
Icon Theme Specification version 0.13.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|