[view.qt.systray] fix: bauh-cli calls not referencing the containerized Python's interpreter [AppImage]

This commit is contained in:
Vinicius Moreira
2022-02-14 14:47:48 -03:00
parent e4a444df47
commit def2bd0c3c
2 changed files with 9 additions and 2 deletions

View File

@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.9.27] 2022-02-14
### Fixes
- Distribution
- AppImage: not able to detect updates on the **tray mode** because the `bauh-cli` call was referencing the system's Python interpreter instead of the containerized one.
## [0.9.27] 2022-02-11
### Improvements