summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
4 daysBump electron to v27Luke Arms
2024-01-01Fix nvm error handling issue in `_ensure_local_nvm`Luke Arms
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`.
2024-01-01v1.15.1 + remove legacy nvm workaroundLuke Arms
2023-10-05Update electron dependencyLuke Arms
2023-06-05v1.14.1Luke Arms
2023-04-27Reinstate libxcrypt-compatLuke Arms
2023-04-27v1.14.0Luke Arms
- Electron updated to v22 (Stretchly prefers v24, Arch only has v22) - Dependencies updated from official pacman package
2023-01-03v1.13.1Luke Arms
2022-09-29v1.12.0Luke Arms
2022-08-31Update to v1.11.0Luke Arms
- Add support for asar and non-asar builds - Move Electron version to variable - Move `npm install` to `build()` as per PKGBUILD best practice - Cleanup
2022-04-03Update electron dependencyLuke Arms
2022-02-28Initial commit (v1.10.0)Luke Arms