Skip to content

Commit e32b591

Browse files
committed
Drop macOS Intel release target
1 parent 44cc4d7 commit e32b591

8 files changed

Lines changed: 15 additions & 19 deletions

File tree

.github/workflows/package.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ jobs:
2727
bundle-path: |
2828
src-tauri/target/release/bundle/**/*.exe
2929
src-tauri/target/release/bundle/**/*.msi
30-
- name: macOS Intel
31-
os: macos-15-intel
32-
artifact-name: markdown-reader-macos-intel
33-
archive-macos: "true"
34-
archive-suffix: macos-intel
35-
build-command: npm run tauri:build -- --bundles app --no-sign
36-
bundle-path: |
37-
macos-bundle/*.tar.gz
3830
- name: macOS Apple Silicon
3931
os: macos-latest
4032
artifact-name: markdown-reader-macos-apple-silicon

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Bundled the `md-reader` CLI sidecar (`md-reader.exe` on Windows) for GUI installs and local Agent workflows.
1515
- New README demo GIF covering basic operation, import, and export.
1616
- Hacker News Show HN submission draft.
17+
- macOS release target is Apple Silicon / M-series only.
1718

1819
### Changed
1920

README.en.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ Release builds are published on GitHub Releases:
5959
Current build targets:
6060

6161
- Windows x64: NSIS `.exe` installer and `.msi`
62-
- macOS Intel: `.app.tar.gz`
63-
- macOS Apple Silicon: `.app.tar.gz`
62+
- macOS Apple Silicon / M-series: `.app.tar.gz`
6463

65-
If the macOS build is not Apple-signed or notarized, the first launch may require right-clicking the app in Finder and choosing "Open".
64+
Only macOS Apple Silicon / M-series builds are published; Intel Mac bundles are no longer supported. If the macOS build is not Apple-signed or notarized, the first launch may require right-clicking the app in Finder and choosing "Open".
6665

6766
## CLI
6867

@@ -102,7 +101,7 @@ git tag v0.3.0
102101
git push origin main v0.3.0
103102
```
104103

105-
The workflow builds Windows installers plus macOS Intel / Apple Silicon `.app` archives and uploads them to the matching Release. Current Windows local bundles are also uploaded manually as release assets.
104+
The workflow builds Windows installers plus macOS Apple Silicon / M-series `.app` archives and uploads them to the matching Release. Current Windows local bundles are also uploaded manually as release assets.
106105

107106
## Promotion Assets
108107

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ V3 不再保留内置终端。真实终端在 Tauri WebView2/xterm 渲染链上
5959
当前构建目标:
6060

6161
- Windows x64:NSIS `.exe` 安装包和 `.msi`
62-
- macOS Intel:`.app.tar.gz`
63-
- macOS Apple Silicon:`.app.tar.gz`
62+
- macOS Apple Silicon / M 系列:`.app.tar.gz`
6463

65-
如果 macOS 构建未经过 Apple 签名或公证,首次启动时可能需要在 Finder 中右键应用并选择“打开”。
64+
macOS 只发布 Apple Silicon / M 系列版本,不再支持 Intel 版安装包。如果 macOS 构建未经过 Apple 签名或公证,首次启动时可能需要在 Finder 中右键应用并选择“打开”。
6665

6766
## CLI
6867

@@ -102,7 +101,7 @@ git tag v0.3.0
102101
git push origin main v0.3.0
103102
```
104103

105-
工作流会构建 Windows 安装包和 macOS Intel / Apple Silicon `.app` 归档,并上传到对应 Release。当前 Windows 本地包也会手动上传到 Release assets。
104+
工作流会构建 Windows 安装包和 macOS Apple Silicon / M 系列 `.app` 归档,并上传到对应 Release。当前 Windows 本地包也会手动上传到 Release assets。
106105

107106
## 宣传素材
108107

docs/HN_SHOW_SUBMISSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features:
2525
- Export to Word, PDF, Markdown, plain text, and reading HTML
2626
- Bundled `md-reader` CLI for local agent workflows
2727
- Tauri + React + TypeScript
28-
- Windows and macOS builds
28+
- Windows and macOS Apple Silicon / M-series builds
2929

3030
Repo:
3131
https://github.com/honestTai/tauri-markdown-reader

docs/PROMOTION.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ I built Markdown Reader, a local-first Markdown document library for project doc
2929

3030
It is not another Markdown editor. It is a local workbench for reading and searching PRDs, README files, technical plans, meeting notes, and troubleshooting logs. Open a folder, search across files, jump through outlines, restore reading positions, favorite or pin important docs, make light edits, and export to Word/PDF/HTML.
3131

32-
Built with Tauri + React + TypeScript. Windows and macOS builds are available.
32+
Built with Tauri + React + TypeScript. Windows and macOS Apple Silicon / M-series builds are available.
3333

3434
GitHub: https://github.com/honestTai/tauri-markdown-reader
3535

docs/PROMOTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Markdown Reader 是一个不用打开 IDE 的本地项目 Markdown 文档库,
2929

3030
它不是另一个 Markdown 编辑器,而是给项目文档用的本地资料库。打开一个目录,就能搜索 PRD、README、技术方案、会议记录和排障笔记;支持大纲跳转、阅读位置恢复、收藏、置顶、轻量编辑,以及 Word/PDF/HTML 导出。
3131

32-
技术栈是 Tauri + React + TypeScript,目前已经有 Windows 和 macOS 安装包
32+
技术栈是 Tauri + React + TypeScript,目前已经有 Windows 和 macOS Apple Silicon / M 系列安装包
3333

3434
GitHub: https://github.com/honestTai/tauri-markdown-reader
3535

docs/RELEASE_NOTES_v0.3.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ The experimental embedded terminal was removed in V3. The backend input path wor
2222
- `Markdown Reader_0.3.0_x64-setup.exe`
2323
- `Markdown Reader_0.3.0_x64_en-US.msi`
2424

25+
## macOS Assets
26+
27+
- Apple Silicon / M-series only: `Markdown-Reader_0.3.0_macos-apple-silicon.app.tar.gz`
28+
- Intel Mac builds are no longer shipped.
29+
2530
## Verification
2631

2732
- `pnpm run lint`

0 commit comments

Comments
 (0)