Skip to content

Commit

Permalink
[AppImageBuilder.yml] fix: excluding required dependencies for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
vinifmor committed Feb 11, 2022
1 parent edd2b8c commit 7e5159f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions linux_dist/appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ AppDir:
- python3-pip
- python3-setuptools
- python3-distutils
- libc-bin
- libc-dev-bin
- libc6
- libc6-dbg
- libc6-dev

after_bundle:
- pip3 install pyqt5 --prefix=/usr --root=AppDir || exit 1
Expand Down

0 comments on commit 7e5159f

Please sign in to comment.