[PR #146] [CLOSED] Building for Windows #3045

Closed
opened 2026-02-28 20:35:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/146
Author: @bdoherty
Created: 8/4/2022
Status: Closed

Base: masterHead: master


📝 Commits (9)

📊 Changes

10 files changed (+403 additions, -7 deletions)

View changed files

docs/Building-for-Windows.md (+18 -0)
docs/Tempate.md (+56 -0)
📝 packages/desktop-client/package.json (+2 -2)
📝 packages/desktop-client/public/data-file-index.txt (+1 -1)
📝 packages/loot-core/bin/build-browser (+1 -0)
📝 packages/loot-core/package.json (+2 -2)
📝 packages/loot-core/src/client/actions/queries.js (+6 -0)
📝 packages/loot-core/src/server/budget/actions.js (+312 -1)
📝 packages/loot-core/src/server/budget/app.js (+2 -0)
📝 packages/loot-design/src/components/budget/rollover/BudgetSummary.js (+3 -1)

📄 Description

Documents how to build for windows using Git Bash.
Ensures symlinks are created as native Windows symlinks.
Addresses issue with build-browser and watch-browser scripts on windows


🔄 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/146 **Author:** [@bdoherty](https://github.com/bdoherty) **Created:** 8/4/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`70de4db`](https://github.com/actualbudget/actual/commit/70de4db1c8a2e14a98d2ed32a9d4e02118af7b74) Merge pull request #1 from actualbudget/master - [`972fceb`](https://github.com/actualbudget/actual/commit/972fceb910c036624f079e1e451aea9218110d04) changes required to build on windows - [`a716530`](https://github.com/actualbudget/actual/commit/a7165303003337e43077ac48ea9a9ad1ff300085) build on windows instructions - [`3cffce4`](https://github.com/actualbudget/actual/commit/3cffce4580719820cc0135292592d02b9cbd4ac0) update docs regarding build error - [`31f239d`](https://github.com/actualbudget/actual/commit/31f239d04fb03aec93818b17e14f31ecb94d34eb) add a space - [`39d9528`](https://github.com/actualbudget/actual/commit/39d9528b7c53aab857c0367cab51541f2829a93f) bring over the code from actual-budget-template - [`213ea25`](https://github.com/actualbudget/actual/commit/213ea25607b84454a848d1f2b5117c676b66a5ca) Template documentation - [`ffec5c0`](https://github.com/actualbudget/actual/commit/ffec5c06ba925d5bb8af269d5e69bc0caafa641f) remove debugger statement - [`3b311a0`](https://github.com/actualbudget/actual/commit/3b311a0958f57ec02cbb2e9bf286148d3a541177) Merge branch 'master' of https://github.com/bdoherty/actual ### 📊 Changes **10 files changed** (+403 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `docs/Building-for-Windows.md` (+18 -0) ➕ `docs/Tempate.md` (+56 -0) 📝 `packages/desktop-client/package.json` (+2 -2) 📝 `packages/desktop-client/public/data-file-index.txt` (+1 -1) 📝 `packages/loot-core/bin/build-browser` (+1 -0) 📝 `packages/loot-core/package.json` (+2 -2) 📝 `packages/loot-core/src/client/actions/queries.js` (+6 -0) 📝 `packages/loot-core/src/server/budget/actions.js` (+312 -1) 📝 `packages/loot-core/src/server/budget/app.js` (+2 -0) 📝 `packages/loot-design/src/components/budget/rollover/BudgetSummary.js` (+3 -1) </details> ### 📄 Description Documents how to build for windows using Git Bash. Ensures symlinks are created as native Windows symlinks. Addresses issue with build-browser and watch-browser scripts on windows --- <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 20:35:30 -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#3045