From 93e493afd0c21e7bd3fc2c8ff4880d22e07c709b Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Fri, 21 Jun 2024 10:33:21 +0200 Subject: [PATCH] Update AppImage README.rst (#5523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor, self merge ## For community ⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment** --- appimage/README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/appimage/README.rst b/appimage/README.rst index 7e1d9f5c4..a9b605970 100644 --- a/appimage/README.rst +++ b/appimage/README.rst @@ -1 +1,11 @@ -This directory contains xonsh AppImage description to build with https://github.com/niess/python-appimage/. \ No newline at end of file +This directory contains xonsh AppImage description. + +The steps to build ``xonsh.AppImage`` for release: + +1. We're using `rever `_ to manage release. + +2. The basic configuration for AppImage is in `xonsh/rever.xsh `_. + +3. The actual code to build appimage is in `rever/activities/appimage.py `_. + +See also: https://xon.sh/appimage.html