Build Linux AppImage in CI, other CI action updates

This commit is contained in:
ROllerozxa 2024-01-27 15:40:44 +01:00
commit f2556a2e5c
2 changed files with 37 additions and 25 deletions

2
packaging/build-appimage.sh Normal file → Executable file
View file

@ -73,7 +73,7 @@ INCLUDE_LIBS=(
mkdir -p lib/
for i in "${INCLUDE_LIBS[@]}"; do
cp /lib/x86_64-linux-gnu/$i lib/
cp /usr/lib/x86_64-linux-gnu/$i lib/
done
# Actually build the appimage