| Age | Commit message (Collapse) | Author |
|
|
|
The official pacman package lists ffmpeg, libvpx, re2 and snappy as
dependencies not brought in via electron38, but the rpm and AppImage
releases give no indication of reliance on them, so dependencies have
been left unchanged.
|
|
|
|
|
|
|
|
|
|
Adding `|| return` to a Bash command temporarily disables the `errexit`
and `errtrace` options, which are enabled by `makepkg` and cause some
`nvm` operations to fail.
The workaround has been added to `prepare()` and `build()` to mitigate
the risk of future issues, but is only required in `_ensure_local_nvm`.
|
|
|
|
|
|
|
|
|
|
- Electron updated to v22 (Stretchly prefers v24, Arch only has v22)
- Dependencies updated from official pacman package
|
|
|
|
|
|
- Add support for asar and non-asar builds
- Move Electron version to variable
- Move `npm install` to `build()` as per PKGBUILD best practice
- Cleanup
|
|
|
|
|