xonsh/appimage
Andy Kipp 93e493afd0
Update AppImage README.rst (#5523)
<!---

Thanks for opening a PR on xonsh!

Please do this:

1. Include a news file with your PR
(https://xon.sh/devguide.html#changelog).
2. Add the documentation for your feature into `/docs`.
3. Add the example of usage or before-after behavior.
4. Mention the issue that this PR is addressing e.g. `#1234`.

-->

Minor, self merge

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**
2024-06-21 10:33:21 +02:00
..
entrypoint.sh setting shebang to fix #3555 2020-05-06 15:44:32 +03:00
pre-requirements.txt Unpin prompt-toolkit version (#5438) 2024-05-23 14:08:54 -04:00
README.rst Update AppImage README.rst (#5523) 2024-06-21 10:33:21 +02:00
xonsh.appdata.xml Update xonsh.appdata.xml 2020-09-11 03:45:32 +03:00
xonsh.desktop rever appimage 2020-05-03 01:04:23 +03:00

This directory contains xonsh AppImage description.

The steps to build ``xonsh.AppImage`` for release:

1. We're using `rever <https://github.com/regro/rever>`_ to manage release.

2. The basic configuration for AppImage is in `xonsh/rever.xsh <https://github.com/xonsh/xonsh/blob/295e7f0582ff7399144939c4a56a85379417003d/rever.xsh#L49-L51>`_.

3. The actual code to build appimage is in `rever/activities/appimage.py <https://github.com/regro/rever/blob/master/rever/activities/appimage.xsh>`_.

See also: https://xon.sh/appimage.html