be43e500655c2fae5a0d08c86450a929f3d0eeb6
Reviewed-on: #1
lxtools_installer
LX Tools Installer is a GUI for simple install, update, and remove Apps from ilunix.de
Build
Create a compatible AppImage:
./build_compatible.sh
This creates:
lxtools_installer{VERSION}-x86_64.AppImage
- The executablelxtools_installer{VERSION}-x86_64.AppImage.sha256
- SHA256 checksumlxtools_installer{VERSION}-x86_64.AppImage.asc
- GPG signature (if configured)
GPG Setup
To enable GPG signing:
./gpg_setup.sh
Verification
Verify the downloaded AppImage:
# Check SHA256
sha256sum -c lxtools_installer{VERSION}-x86_64.AppImage.sha256
# Verify GPG signature (requires public key)
gpg --import public_key.asc
gpg --verify lxtools_installer{VERSION}-x86_64.AppImage.asc lxtools_installer{VERSION}-x86_64.AppImage
Screenshots
LxToolsinstaller 1.1.8
Latest
Languages
Python
74.6%
Tcl
25.4%