[PR #2880] [MERGED] Upgrade mac build script with notarization #3826

Closed
opened 2026-02-27 01:53:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2880
Author: @zxdong262
Created: 7/11/2023
Status: Merged
Merged: 7/11/2023
Merged by: @zxdong262

Base: masterHead: test


📝 Commits (5)

  • 94891c3 Upgrade mac build script
  • cab3d86 [skip test][skip win][skip linux] try build mac
  • f667a0d Try build with new node-pty
  • 2251bf5 [skip test][skip linux][skip win]
  • 733cdf5 fix [skip test][skip linux][skip win]

📊 Changes

10 files changed (+701 additions, -1089 deletions)

View changed files

📝 .github/workflows/mac-arm.yml (+1 -0)
📝 .github/workflows/mac.yml (+1 -0)
📝 bin/build-common.js (+9 -1)
📝 bin/build-mac-arm.js (+3 -1)
📝 bin/build-mac.js (+4 -2)
📝 bin/install.js (+1 -1)
build/entitlements.plist (+10 -0)
📝 electron-builder.json (+8 -1)
📝 package-lock.json (+660 -1078)
📝 package.json (+4 -5)

📄 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/electerm/electerm/pull/2880 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 7/11/2023 **Status:** ✅ Merged **Merged:** 7/11/2023 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (5) - [`94891c3`](https://github.com/electerm/electerm/commit/94891c39a18f2da070a6b361181c25dba7bdda1e) Upgrade mac build script - [`cab3d86`](https://github.com/electerm/electerm/commit/cab3d86472b5ee5ce690ca981ce5da502076811f) [skip test][skip win][skip linux] try build mac - [`f667a0d`](https://github.com/electerm/electerm/commit/f667a0dc33c88659abf948f2fb47200bd0396ffa) Try build with new node-pty - [`2251bf5`](https://github.com/electerm/electerm/commit/2251bf5167bcc7e73e1dc9f325e7295aa1b61a36) [skip test][skip linux][skip win] - [`733cdf5`](https://github.com/electerm/electerm/commit/733cdf567dcd413bdb637c8444e53d1cd8e45438) fix [skip test][skip linux][skip win] ### 📊 Changes **10 files changed** (+701 additions, -1089 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/mac-arm.yml` (+1 -0) 📝 `.github/workflows/mac.yml` (+1 -0) 📝 `bin/build-common.js` (+9 -1) 📝 `bin/build-mac-arm.js` (+3 -1) 📝 `bin/build-mac.js` (+4 -2) 📝 `bin/install.js` (+1 -1) ➕ `build/entitlements.plist` (+10 -0) 📝 `electron-builder.json` (+8 -1) 📝 `package-lock.json` (+660 -1078) 📝 `package.json` (+4 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3826
No description provided.