appimage_updater-0.1.0 is not a library.
AppImage Updater
A CLI tool to look for AppImages in your $PATH and call appimageupdatetool to update them
Install
Build, and install to $HOME/.cargo/bin
in one command via cargo
:
Or download binary from the latest release.
Update
Download the new binary version and overwrite old one.
Or, if installed via cargo
, re-run the cargo install
command.
Build
Build a release
Build a release for your current platform triple.
Currenly supported triples are listed in rust-toolchain.toml
file.
# add to path, e.g.:
# cp ./target/release/appimage_updater ~/.local/bin/
Run
# 4 threads by default
# 2 threads
Cross-compilation
Option 1 (via cross
)
Option 2 (via cargo
)
- Add target to rustup:
- then cross-compile via
cargo
: