Skip to content

Commit f1f2c9e

Browse files
committed
Update README to replace 7z with unsquashfs for desktop integration and runtime tools
1 parent 4f1931e commit f1f2c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It also doesn't require FUSE to run, thanks to the [uruntime](https://github.com
2121

2222
- **Drag-and-drop installer**: Mimics the familiar macOS Applications install flow.
2323
- **Smart install modes**: Can choose between portable (move the AppImage) and extracted (unpack to `~/Applications/.installed/AppRun`) while letting you override it.
24-
- **Desktop integration**: Extracts the bundled `.desktop` file via `7z` or `dwarfs`, rewrites `Exec` and `Icon`, and stores it in `~/.local/share/applications`.
24+
- **Desktop integration**: Extracts the bundled `.desktop` file via `unsquashfs` or `dwarfsextract`, rewrites `Exec` and `Icon`, and stores it in `~/.local/share/applications`.
2525
- **Simple uninstall**: Right click in app drawer and choose `Move to Trash`, can uninstall in AppManager or simply delete from `~/Applications` folder.
2626
- **Install registry + preferences**: Main window lists installed apps, default mode, and cleanup behaviors, all stored with GSettings.
2727
- **Background app updates**: Optional automatic update checks with configurable interval (daily, weekly, monthly) and notifications when updates are found.
@@ -30,7 +30,7 @@ It also doesn't require FUSE to run, thanks to the [uruntime](https://github.com
3030

3131
- `valac`, `meson`, `ninja`
3232
- Libraries: `libadwaita-1` (>= 1.6), `gtk4`, `gio-2.0`, `glib-2.0`, `json-glib-1.0`, `gee-0.8`, `libsoup-3.0`
33-
- Runtime tools: `7z`/`p7zip-full`, `dwarfs`, `dwarfsextract`
33+
- Runtime tools: `unsquashfs`, `dwarfsextract`
3434

3535
## Install
3636

0 commit comments

Comments
 (0)