Crates.io | appimage_updater |
lib.rs | appimage_updater |
version | 0.1.0 |
source | src |
created_at | 2024-10-05 17:58:56.03606 |
updated_at | 2024-10-05 17:58:56.03606 |
description | A CLI tool to look for AppImages in your $PATH and call appimageupdatetool to bulk update them |
homepage | |
repository | https://github.com/pirafrank/appimage_updater |
max_upload_size | |
id | 1398337 |
size | 153,769 |
A CLI tool to look for AppImages in your $PATH and call appimageupdatetool to update them
Build, and install to $HOME/.cargo/bin
in one command via cargo
:
cargo install --locked --git https://github.com/pirafrank/appimage_updater
Or download binary from the latest release.
Download the new binary version and overwrite old one.
Or, if installed via cargo
, re-run the cargo install
command.
git clone https://github.com/pirafrank/appimage_updater.git
cd appimage_updater
cargo build
Build a release for your current platform triple.
Currenly supported triples are listed in rust-toolchain.toml
file.
just release
# add to path, e.g.:
# cp ./target/release/appimage_updater ~/.local/bin/
# 4 threads by default
appimage_updater
# 2 threads
appimage_updater -j 2
cross
)cargo install cross
just release_all
cargo
)rustup target add aarch64-unknown-linux-gnu
cargo
:sudo apt-get install gcc-aarch64-linux-gnu
cargo build --release --target aarch64-unknown-linux-gnu