fix build
This commit is contained in:
parent
39bb467a3f
commit
3169d753fb
@ -87,15 +87,15 @@ if [ $is_linux = true ]; then
|
|||||||
|
|
||||||
# Create AppImage.
|
# Create AppImage.
|
||||||
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
||||||
./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/com.github.rssguard.desktop" -bundle-non-qt-libs -no-translations $gst_executables
|
./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/io.github.martinrotter.rssguard.desktop" -bundle-non-qt-libs -no-translations $gst_executables
|
||||||
./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/com.github.rssguard.desktop" -bundle-non-qt-libs -no-translations $gst_executables
|
./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/io.github.martinrotter.rssguard.desktop" -bundle-non-qt-libs -no-translations $gst_executables
|
||||||
|
|
||||||
if [[ "$webengine" == "ON" ]]; then
|
if [[ "$webengine" == "ON" ]]; then
|
||||||
# Copy some NSS3 files to prevent WebEngine crashes.
|
# Copy some NSS3 files to prevent WebEngine crashes.
|
||||||
cp /usr/lib/x86_64-linux-gnu/nss/* ./AppDir/usr/lib/ -v
|
cp /usr/lib/x86_64-linux-gnu/nss/* ./AppDir/usr/lib/ -v
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/com.github.rssguard.desktop" -appimage -no-translations $gst_executables
|
./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/io.github.martinrotter.rssguard.desktop" -appimage -no-translations $gst_executables
|
||||||
|
|
||||||
# Rename AppImaage.
|
# Rename AppImaage.
|
||||||
set -- R*.AppImage
|
set -- R*.AppImage
|
||||||
|
@ -25,7 +25,7 @@ if ($use_qt5 -eq "ON") {
|
|||||||
$qt_version = "5.15.2"
|
$qt_version = "5.15.2"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$qt_version = "6.3.2"
|
$qt_version = "6.4.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
$maria_version = "10.6.11"
|
$maria_version = "10.6.11"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user