2023-01-08 16:09:02 +00:00
|
|
|
# LibreOffice AppImage Helper - `loaih` #
|
|
|
|
|
|
|
|
LibreOffice AppImage Helper is an enhanced Python porting from [previous work
|
2024-03-01 08:45:05 +00:00
|
|
|
by Antonio Faccioli](https://github.com/antoniofaccioli/libreoffice-appimage).
|
|
|
|
It helps building a LibreOffice AppImage from officially released .deb files
|
|
|
|
with some options.
|
2023-01-08 16:09:02 +00:00
|
|
|
|
|
|
|
## Getting options and help ##
|
|
|
|
|
|
|
|
You can ask the app some information on how you can use it:
|
|
|
|
|
|
|
|
$ loaih --help
|
|
|
|
$ loaih getversion --help
|
|
|
|
$ loaih build --help
|
2024-01-01 17:32:36 +00:00
|
|
|
$ loaih batch --help
|
2023-01-08 16:09:02 +00:00
|
|
|
|
2024-01-01 17:32:36 +00:00
|
|
|
For any other information needed, please visit the [wiki of the
|
|
|
|
project](https://git.libreitalia.org/libreitalia/loaih/wiki).
|