Skip to content

Commit 7c1b396

Browse files
authored
fix Qt deployment
1 parent 65bd6fc commit 7c1b396

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

make-appimage.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ export ICON=/usr/share/pixmaps/anki.png
1212
export DESKTOP=/usr/share/applications/anki.desktop
1313
export DEPLOY_SYS_PYTHON=1
1414
export DEPLOY_QT_WEB_ENGINE=1
15-
export DEPLOY_QT=1
16-
export QT_DIR=qt6
1715
export DEPLOY_OPENGL=1
1816
export DEPLOY_VULKAN=1
1917

2018
# Deploy dependencies
21-
quick-sharun /usr/bin/anki*
19+
# Qt libs have to be passed manually due to the app being a python script
20+
quick-sharun \
21+
/usr/bin/anki* \
22+
/usr/lib/libQt6Core.so* \
23+
/usr/lib/libQt6Network.so*
2224

2325
# Additional changes can be done in between here
2426

0 commit comments

Comments
 (0)