[PR #462] [CLOSED] [wip] fix electron ci builds #17517

Closed
opened 2026-04-14 20:18:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/462
Author: @MatissJanis
Created: 1/14/2023
Status: Closed

Base: masterHead: matiss/fix-electron


📝 Commits (10+)

  • d7c8c29 temp: run electron builds on PRs
  • 233c3dd build: bump electron-builder version
  • 22a6b04 build: let electron-builder handle rebuilding dependencies
  • f4a7d5d build: bump electron-builder again
  • 7e43d15 Merge branch 'master' into fix-electron-builds
  • 470f5df Merge branch 'master' into fix-electron-builds
  • bac1f65 Merge branch 'master' into fix-electron-builds
  • 76784ee Upgrade electron dependencies
  • c423c96 Remove postinstall step
  • 6e46875 Some more fixes

📊 Changes

8 files changed (+618 additions, -1339 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)
📝 packages/api/package.json (+1 -1)
📝 packages/desktop-client/src/components/settings/index.js (+3 -2)
📝 packages/desktop-electron/afterSignHook.js (+2 -2)
📝 packages/desktop-electron/package.json (+7 -6)
📝 packages/desktop-electron/preload.js (+2 -0)
📝 packages/loot-core/package.json (+1 -1)
📝 yarn.lock (+601 -1326)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/462 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/14/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `matiss/fix-electron` --- ### 📝 Commits (10+) - [`d7c8c29`](https://github.com/actualbudget/actual/commit/d7c8c291977af6a66c6622c179315f89ed7dd0a9) temp: run electron builds on PRs - [`233c3dd`](https://github.com/actualbudget/actual/commit/233c3dd3c6c74e05f3412b8661278f292949bb6c) build: bump electron-builder version - [`22a6b04`](https://github.com/actualbudget/actual/commit/22a6b049cdca93ca6412ab1158f149c0dd937f62) build: let electron-builder handle rebuilding dependencies - [`f4a7d5d`](https://github.com/actualbudget/actual/commit/f4a7d5ddf0f9f4f85f3c6353579fb564f9ed7cf3) build: bump electron-builder again - [`7e43d15`](https://github.com/actualbudget/actual/commit/7e43d159196cae1281bde0fa45e64e9882b55d4a) Merge branch 'master' into fix-electron-builds - [`470f5df`](https://github.com/actualbudget/actual/commit/470f5df1cb5d1d2b4f15691636df8e3586df8dad) Merge branch 'master' into fix-electron-builds - [`bac1f65`](https://github.com/actualbudget/actual/commit/bac1f6502538715393660138740308a1fa5fea9a) Merge branch 'master' into fix-electron-builds - [`76784ee`](https://github.com/actualbudget/actual/commit/76784ee175f6471a2cea427cc88fc6ca072b210f) Upgrade electron dependencies - [`c423c96`](https://github.com/actualbudget/actual/commit/c423c961c3a87ff2426f8dd393e58f75c858c881) Remove postinstall step - [`6e46875`](https://github.com/actualbudget/actual/commit/6e46875534f46db4b16f3198680b86fc9810bd5b) Some more fixes ### 📊 Changes **8 files changed** (+618 additions, -1339 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) 📝 `packages/api/package.json` (+1 -1) 📝 `packages/desktop-client/src/components/settings/index.js` (+3 -2) 📝 `packages/desktop-electron/afterSignHook.js` (+2 -2) 📝 `packages/desktop-electron/package.json` (+7 -6) 📝 `packages/desktop-electron/preload.js` (+2 -0) 📝 `packages/loot-core/package.json` (+1 -1) 📝 `yarn.lock` (+601 -1326) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-14 20:18:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#17517