Add LibLZMA to installers
- AppImage .so copy list - manual copy on macOS DMG building
This commit is contained in:
parent
f2d0c2466a
commit
a3186790bb
@ -59,6 +59,7 @@ cp -a /usr/lib64/qt5/qml/QtQuick.2 appdir/usr/qml
|
|||||||
cp /usr/lib64/libsoftokn3.* appdir/usr/lib
|
cp /usr/lib64/libsoftokn3.* appdir/usr/lib
|
||||||
cp /usr/lib64/libnsspem.so appdir/usr/lib
|
cp /usr/lib64/libnsspem.so appdir/usr/lib
|
||||||
cp /usr/lib64/libfreebl* appdir/usr/lib
|
cp /usr/lib64/libfreebl* appdir/usr/lib
|
||||||
|
cp -a /usr/lib64/liblzma* appdir/usr/lib
|
||||||
cp /etc/pki/tls/certs/ca-bundle.crt appdir/usr/ssl/cacert.pem
|
cp /etc/pki/tls/certs/ca-bundle.crt appdir/usr/ssl/cacert.pem
|
||||||
|
|
||||||
#modify the desktop file so that linuxdeployqt doesn't barf (version to 1.0, add semicolon to end of certain line types)
|
#modify the desktop file so that linuxdeployqt doesn't barf (version to 1.0, add semicolon to end of certain line types)
|
||||||
|
@ -117,6 +117,9 @@ otherLibs.each do |l|
|
|||||||
`cp #{$prefixDir}/lib/lib#{l}.dylib #{$frameworksDir}`
|
`cp #{$prefixDir}/lib/lib#{l}.dylib #{$frameworksDir}`
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# copy LibLZMA from Homebrew XZ
|
||||||
|
`cp /usr/local/liblzma.dylib #{$frameworksDir}`
|
||||||
|
|
||||||
$osgPlugins.each do |p|
|
$osgPlugins.each do |p|
|
||||||
pluginFile = "osgdb_#{p}.dylib"
|
pluginFile = "osgdb_#{p}.dylib"
|
||||||
`cp #{$prefixDir}/lib/osgPlugins/#{pluginFile} #{osgPluginsDir}`
|
`cp #{$prefixDir}/lib/osgPlugins/#{pluginFile} #{osgPluginsDir}`
|
||||||
|
Loading…
Reference in New Issue
Block a user