Skip to content
Snippets Groups Projects
Commit a81ecb14 authored by akiraohgaki's avatar akiraohgaki
Browse files

Merge branch 'develop'

parents af06d711 8395d1e7
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ make ...@@ -14,6 +14,9 @@ make
make INSTALL_ROOT="${PKGNAME}.AppDir" install make INSTALL_ROOT="${PKGNAME}.AppDir" install
./squashfs-root/AppRun ${PKGNAME}.AppDir/usr/share/applications/${PKGNAME}.desktop -bundle-non-qt-libs -no-translations ./squashfs-root/AppRun ${PKGNAME}.AppDir/usr/share/applications/${PKGNAME}.desktop -bundle-non-qt-libs -no-translations
install -D -m 755 /lib/x86_64-linux-gnu/libz.so.1 ${PKGNAME}.AppDir/usr/lib/libz.so.1
./squashfs-root/AppRun ${PKGNAME}.AppDir/usr/share/applications/${PKGNAME}.desktop -appimage ./squashfs-root/AppRun ${PKGNAME}.AppDir/usr/share/applications/${PKGNAME}.desktop -appimage
mv *.AppImage ${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage mv *.AppImage ${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage
...@@ -37,6 +37,7 @@ build_appimage() { ...@@ -37,6 +37,7 @@ build_appimage() {
# docker-image: ubuntu:17.10 # docker-image: ubuntu:17.10
apt update -qq apt update -qq
apt -y install build-essential qt5-default libqt5websockets5-dev apt -y install build-essential qt5-default libqt5websockets5-dev
apt -y install zlib1g
apt -y install git apt -y install git
apt -y install curl apt -y install curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment