Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|