File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # appimageupdate
1+ # AppImageUpdate
2+ <img src =" https://img.shields.io/github/downloads/pkgforge-dev/AppImageUpdate/total " alt =" GitHub Downloads (all assets, all releases) " > <img src =" https://img.shields.io/github/v/release/pkgforge-dev/AppImageUpdate " alt =" GitHub Release " > <img src =" https://img.shields.io/github/release-date/pkgforge-dev/AppImageUpdate " alt =" GitHub Release Date " >
23
34A Rust implementation of AppImageUpdate - a tool for updating AppImages using efficient delta updates.
45
@@ -16,7 +17,7 @@ A Rust implementation of AppImageUpdate - a tool for updating AppImages using ef
1617### From Source
1718
1819``` bash
19- git clone https://github.com/qaidvoid /appimageupdate.git
20+ git clone https://github.com/pkgforge-dev /appimageupdate.git
2021cd appimageupdate
2122cargo install --path .
2223```
@@ -132,14 +133,17 @@ output_dir = "~/Applications"
132133This is a Rust rewrite of the upstream [ AppImageUpdate] ( https://github.com/AppImage/AppImageUpdate ) (C++/Qt).
133134
134135Advantages:
135- - Single binary with no runtime dependencies
136+ - Single static binary with no runtime dependencies
137+ - Over 10x smaller
136138- Cleaner, more maintainable codebase
137139- URL caching to avoid redundant API calls
140+ - Proxy support
138141- Better error messages
139142
140143Differences:
141144- No GPG signature verification (not implemented)
142145- No pling integration (not implemented)
146+ - No GUI (not implemented)
143147
144148## Library Usage
145149
You can’t perform that action at this time.
0 commit comments