Description
go-appimage currently consists of two tools, one to produce AppImages and one to consume AppImages.
They share a lot of code and are intended to work well together, and be developed in sync with each other in the same repository.
However, the current naming is confusing, since there is an earlier low-level tool with the name appimagetool
that has only one functionality (turns AppDir into AppImage), whereas the tool to produce AppImages in this directory:
- Deploys dependencies into an AppDir, including special cases such as Qt, GStreamer, etc.
- Turns AppDir into AppImage
- Automatically creates update information
- Signs AppImage
- Creates zsync file
- Uploads AppImage and zsync file
- Publishes the AppImage via a publish/subscribe mechanism (currently, MQTT) to which the AppImage consumption tool (currently, appimaged in this repository) and application catalogs such as appimage.github.io may subscribe (work in progress; implementation is not final yet)
- ...
in a way as automated and with as little configurability as possible.
It will be the only AppImage creation tool that I have bandwidth to support. All others will be community-based and supported by their respective authors.
The current name (appimagetool
) is not fitting.
Hence, we need to
- Find a better name
- Rename the tool
Ideas -- your ideas are welcome
- appimageproductiontool
- appimageproduce
- autoappimage
- appimagegenerate
- appimagefoo