Skip to content

Commit cc42a12

Browse files
authored
Merge pull request #51 from psadi/feature/readme
docs: readme update
2 parents e39c701 + b42ff21 commit cc42a12

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,5 @@ jobs:
101101
prerelease: true
102102
tag_name: tip
103103
target_commitish: ${{ github.sha }}
104-
make_latest: false
105-
generate_release_notes: true
106104
files: |
107105
*.AppImage*

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This repository provides build scripts to create a Universal AppImage for [Ghost
2727

2828
## 📦 Builds
2929

30-
1. Ghostty AppImages are available for both x86_64 and aarch64 systems.
31-
1. Stable builds are based on upstream releases, with minor fixes and patches released as version+1 tags.
32-
1. Daily nightly builds, based on the upstream [tip releases](https://github.com/ghostty-org/ghostty/releases/tag/tip), are available as pre-releases in the [releases](https://github.com/psadi/ghostty-appimage/releases/tag/tip) section.
30+
1. Ghostty AppImages are available for both **x86_64** and **aarch64** systems.
31+
1. Stable builds are based on upstream releases, with minor fixes and patches released as **version+1** tag(s).
32+
1. Daily nightly builds, based on the upstream [tip releases](https://github.com/ghostty-org/ghostty/releases/tag/tip), are built and released at **00:00 UTC every day** and are available as pre-releases in the [releases](https://github.com/psadi/ghostty-appimage/releases/tag/tip) section.
3333

3434
## ⚙️ Installation
3535

0 commit comments

Comments
 (0)