Closed iTrooz closed 2 years ago
appimage-builder currently crashes with this config because it tries to do something like pacman -S (with no packages appended):
pacman -S
pacman: include: []
I simply copied this block from the apt deploy script to fix it : https://github.com/AppImageCrafters/appimage-builder/blob/bd82930fccbe63a0d412288d9b645adb951f65ee/appimagebuilder/modules/deploy/apt/deploy.py#L35
Oops, done !
Thanks for helping!
appimage-builder currently crashes with this config because it tries to do something like
pacman -S
(with no packages appended):I simply copied this block from the apt deploy script to fix it : https://github.com/AppImageCrafters/appimage-builder/blob/bd82930fccbe63a0d412288d9b645adb951f65ee/appimagebuilder/modules/deploy/apt/deploy.py#L35