[PR #3388] [CLOSED] [WIP] :electron: Mac store package #4824

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3388
Author: @MikesGlitch
Created: 9/7/2024
Status: Closed

Base: masterHead: electron/mac-store-package


📝 Commits (10+)

📊 Changes

8 files changed (+425 additions, -341 deletions)

View changed files

📝 .github/workflows/electron-master.yml (+8 -1)
📝 .github/workflows/electron-pr.yml (+8 -1)
packages/desktop-electron/entitlements.mas.inherit.plist (+10 -0)
packages/desktop-electron/entitlements.mas.plist (+21 -0)
📝 packages/desktop-electron/index.ts (+348 -332)
📝 packages/desktop-electron/package.json (+14 -1)
📝 packages/desktop-electron/window-state.ts (+10 -6)
upcoming-release-notes/3388.md (+6 -0)

📄 Description

Current issue: Network service crashing and restarting... - https://github.com/electron/electron/issues/43400

Note: Test all packages

My exact error: https://github.com/electron/electron/issues/43400#issuecomment-2302870632

Where I'm at

I've commented out the whole app and it's still giving network issues on mac. I think this is an Electron issue - I've linked the issue above.

I've given up, I'll wait on Electron team responding. I don't think there's anything else I can try.


🔄 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/3388 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 9/7/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `electron/mac-store-package` --- ### 📝 Commits (10+) - [`196e881`](https://github.com/actualbudget/actual/commit/196e8812f86091050fde6935ba317ea6cfdabcb3) mac store package - [`c2d0c5e`](https://github.com/actualbudget/actual/commit/c2d0c5ea6caaa3d88d9f6da0a9457717efac86d6) test without dmg - [`e5159a5`](https://github.com/actualbudget/actual/commit/e5159a5c86bee0d6b21f2f27a9df4b3c3edd6b9f) try this - [`3c47636`](https://github.com/actualbudget/actual/commit/3c47636a2321e70222b6d81dfb10e70614749bc9) mas needs referenced in diff way - [`0f00f41`](https://github.com/actualbudget/actual/commit/0f00f4114f5c7f49a03c1d4dd2ec63d232fb751d) perm list - [`9c6c735`](https://github.com/actualbudget/actual/commit/9c6c73535ab6f6c22e0c8da7aecd04618495c1d4) try mas-dev for now - [`1677c4e`](https://github.com/actualbudget/actual/commit/1677c4e4d4abe881a16180734099ec9e3cb8e9f5) simplify the glob - [`2acb2b6`](https://github.com/actualbudget/actual/commit/2acb2b60dd552fd801c847289b7c0f64297f327f) insane in the membrane - [`64ee55d`](https://github.com/actualbudget/actual/commit/64ee55d80779c0e1139dd4c2c6920074c6dbd3f9) Update entitlements.mas.plist - [`2536fe8`](https://github.com/actualbudget/actual/commit/2536fe858700cc875ec2e8222304d08024a19094) mas config ### 📊 Changes **8 files changed** (+425 additions, -341 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/electron-master.yml` (+8 -1) 📝 `.github/workflows/electron-pr.yml` (+8 -1) ➕ `packages/desktop-electron/entitlements.mas.inherit.plist` (+10 -0) ➕ `packages/desktop-electron/entitlements.mas.plist` (+21 -0) 📝 `packages/desktop-electron/index.ts` (+348 -332) 📝 `packages/desktop-electron/package.json` (+14 -1) 📝 `packages/desktop-electron/window-state.ts` (+10 -6) ➕ `upcoming-release-notes/3388.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Current issue: Network service crashing and restarting... - https://github.com/electron/electron/issues/43400 **Note: Test all packages** # My exact error: https://github.com/electron/electron/issues/43400#issuecomment-2302870632 # Where I'm at I've commented out the whole app and it's still giving network issues on mac. I think this is an Electron issue - I've linked the issue above. I've given up, I'll wait on Electron team responding. I don't think there's anything else I can try. --- <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:01:49 -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#4824