copy dependencies to appimage

This commit is contained in:
DanyLE 2022-09-20 14:35:58 +02:00
parent 4814a4fa84
commit 59227dc998

View File

@ -81,6 +81,8 @@ cp runner.ini antos.AppDir/opt/www/
ln -sf /tmp/.antos_pkgcache antos.AppDir/opt/www/htdocs/os/packages/packages.json
# prepare lib
docker run --rm -v $(realpath ./libs.sh):/libs.sh -v $(realpath ./antos.AppDir)/usr/lib:/ulib xsangle/ci-tools:latest-arm
tree antos.AppDir
./appimagetool.AppImage --runtime-file runtime-$archname antos.AppDir build/AntOS_$archname-$tag.AppImage