mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
Fix deploy_linux64.sh
Add missing QTlsBackendOpenSSLPlugin.
This commit is contained in:
parent
c43d11cb7b
commit
2a6779f526
@ -46,6 +46,7 @@ cp $QT_PLUGIN_PATH/platforms/libqxcb.so ./usr/plugins/platforms
|
||||
cp -r $QT_PLUGIN_PATH/platformthemes ./usr/plugins
|
||||
cp -r $QT_PLUGIN_PATH/imageformats ./usr/plugins
|
||||
cp -r $QT_PLUGIN_PATH/iconengines ./usr/plugins
|
||||
cp -r $QT_PLUGIN_PATH/tls ./usr/plugins
|
||||
patchelf --set-rpath '$ORIGIN/../../lib' ./usr/plugins/platforms/libqxcb.so
|
||||
patchelf --set-rpath '$ORIGIN/../../lib' ./usr/plugins/platformthemes/libqgtk3.so
|
||||
patchelf --set-rpath '$ORIGIN/../../lib' ./usr/plugins/platformthemes/libqxdgdesktopportal.so
|
||||
|
||||
Loading…
Reference in New Issue
Block a user