Skip to content

Commit 492a265

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1bbac3f + 4f0900f commit 492a265

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

readme.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Emacs AppImage
22

3+
![](https://img.shields.io/github/downloads/blahgeek/emacs-appimage/total)
4+
5+
| Build type | Latest version (click to download) | Status | Notes |
6+
|-----|---|---|---|
7+
| **Release & pre-release** | [![](https://img.shields.io/github/v/release/blahgeek/emacs-appimage?sort=semver&filter=Release*&display_name=release&label=%20)](https://github.com/blahgeek/emacs-appimage/releases?q=Release&expanded=true) | [![](https://github.com/blahgeek/emacs-appimage/actions/workflows/release.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Release&expanded=true) | |
8+
| **Daily master** | [![](https://img.shields.io/github/v/release/blahgeek/emacs-appimage?include_prereleases&sort=date&filter=Daily%20master%20build*&display_name=release&label=%20)](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+master+build&expanded=true) | [![](https://github.com/blahgeek/emacs-appimage/actions/workflows/daily-master.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+master+build&expanded=true) | |
9+
| **Weekly mps build** | [![](https://img.shields.io/github/v/release/blahgeek/emacs-appimage?include_prereleases&sort=date&filter=*mps%20build*&display_name=release&label=%20)](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+mps+build&expanded=true) | [![](https://github.com/blahgeek/emacs-appimage/actions/workflows/daily-mps.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+mps+build&expanded=true) | the experimental MPS GC feature from `feature/igc` branch. does not supports pgtk yet |
10+
311
[AppImage](https://appimage.org/) is a single-file executable format for linux.
4-
This repo builds Emacs as AppImages for x86-64 linux systems.
12+
This repo builds Emacs as AppImages for x86-64 & aarch64 linux systems.
513

614
## Highlights
715

@@ -10,15 +18,6 @@ This repo builds Emacs as AppImages for x86-64 linux systems.
1018
- Automatically built on Github Actions
1119
- Provides both latest release and daily master builds
1220

13-
## Download
14-
15-
- **Release & pre-release**: latest version 30.1-rc1
16-
* [![release](https://github.com/blahgeek/emacs-appimage/actions/workflows/release.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Release&expanded=true)
17-
- **Daily master build**
18-
* [![daily-master](https://github.com/blahgeek/emacs-appimage/actions/workflows/daily-master.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+master+build&expanded=true)
19-
- **NEW! Weekly mps build**: the experimental MPS GC feature from `feature/igc` branch. This version does not supports pgtk yet.
20-
* [![daily-mps](https://github.com/blahgeek/emacs-appimage/actions/workflows/daily-mps.yml/badge.svg)](https://github.com/blahgeek/emacs-appimage/releases?q=Daily+mps+build&expanded=true)
21-
2221
## Version string meanings
2322

2423
- `x11`: built with X11 GUI support

0 commit comments

Comments
 (0)