[appimage] fix -> manual file installation: crashing the application icon is not on the extracted folder root path

This commit is contained in:
Vinicius Moreira
2020-08-11 14:01:04 -03:00
parent 4de2eb317e
commit 244d48f18a
2 changed files with 8 additions and 6 deletions

View File

@@ -21,6 +21,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Creating the exports path **~/.local/share/flatpak/exports/share** (if it does not exist) and adding it to install/upgrade/downgrade/remove commands path to prevent warning messages.
### Fixes
- AppImage
- manual file installation:
- crashing the application icon is not on the extracted folder root path [#132](https://github.com/vinifmor/bauh/issues/132)
- Arch
- not able to upgrade a package that explicitly defines a conflict with itself (e.g: grub)
- Downloading some AUR packages sources twice when multi-threaded download is enabled