[PR #4864] [MERGED] Stabilize electron build directory paths #5631

Closed
opened 2026-02-28 21:15:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4864
Author: @jfdoming
Created: 4/20/2025
Status: Merged
Merged: 5/11/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/stabilize-electron-build-dir


📝 Commits (2)

  • 9879b23 Stabilize electron build directory paths
  • 2fc94b5 Add release notes

📊 Changes

4 files changed (+17 additions, -8 deletions)

View changed files

📝 packages/desktop-electron/index.ts (+6 -4)
📝 packages/desktop-electron/package.json (+3 -3)
📝 packages/desktop-electron/tsconfig.dist.json (+2 -1)
upcoming-release-notes/4864.md (+6 -0)

📄 Description

I noticed as part of https://github.com/actualbudget/actual/pull/4862 that pulling in any .ts file to desktop-electron causes the directory structure in packages/desktop-electron/build/ to change (to having one subdirectory per package), resulting in broken Electron artifacts. This PR aims to fix that issue.


🔄 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/4864 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 4/20/2025 **Status:** ✅ Merged **Merged:** 5/11/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/stabilize-electron-build-dir` --- ### 📝 Commits (2) - [`9879b23`](https://github.com/actualbudget/actual/commit/9879b23bc06aa1cee0bc96e2867b669af5850e52) Stabilize electron build directory paths - [`2fc94b5`](https://github.com/actualbudget/actual/commit/2fc94b53c1f19fe4db926142562996b055540d9b) Add release notes ### 📊 Changes **4 files changed** (+17 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/index.ts` (+6 -4) 📝 `packages/desktop-electron/package.json` (+3 -3) 📝 `packages/desktop-electron/tsconfig.dist.json` (+2 -1) ➕ `upcoming-release-notes/4864.md` (+6 -0) </details> ### 📄 Description I noticed as part of https://github.com/actualbudget/actual/pull/4862 that pulling in any `.ts` file to `desktop-electron` causes the directory structure in `packages/desktop-electron/build/` to change (to having one subdirectory per package), resulting in broken Electron artifacts. This PR aims to fix that issue. --- <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-02-28 21:15:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5631