StratusFearMe21/cargo-appimage

after install `appimage` is not found, however it shows in `cargo --list`

Closed this issue · 1 comments

─redhawk🎉Mythra─ ~/Code/code-editor 
 └$ cargo appimage
    Finished release [optimized] target(s) in 0.10s
Error: Error occurred: make sure that appimagetool is installed

Caused by:
    No such file or directory (os error 2)
─redhawk🎉Mythra─ ~/Code/code-editor 
 └$ cargo --list
Installed Commands:
    add                  Add dependencies to a Cargo.toml manifest file
    appimage
    appimage-runner
    b                    alias: build
    bench                Execute all benchmarks of a local package
    build                Compile a local package and all of its dependencies
...

i was missing libappimage which is the lib needed for arch linux