Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
akiraohgaki
ocs-manager
Commits
b2d85b88
Commit
b2d85b88
authored
Sep 05, 2017
by
akiraohgaki
Browse files
Merge branch 'develop'
parents
a81ecb14
00fa22fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
pkg/appimage/appimage.sh
View file @
b2d85b88
...
...
@@ -15,6 +15,8 @@ make INSTALL_ROOT="${PKGNAME}.AppDir" install
./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/libssl.so.1.0.0
${
PKGNAME
}
.AppDir/usr/lib/libssl.so.1.0.0
install
-D
-m
755 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
${
PKGNAME
}
.AppDir/usr/lib/libcrypto.so.1.0.0
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
...
...
scripts/build-docker.sh
View file @
b2d85b88
...
...
@@ -37,7 +37,7 @@ build_appimage() {
# docker-image: ubuntu:17.10
apt update
-qq
apt
-y
install
build-essential qt5-default libqt5websockets5-dev
apt
-y
install
zlib1g
apt
-y
install
libssl1.0.0
zlib1g
apt
-y
install
git
apt
-y
install
curl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment