Skip to content

Commit 85e59f2

Browse files
authored
remove libqgtk3.so
1 parent 070d88c commit 85e59f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make-appimage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export DESKTOP=/usr/share/applications/qelectrotech.desktop
1414
# Deploy dependencies
1515
quick-sharun /usr/bin/qelectrotech /usr/share/qelectrotech
1616

17-
# Additional changes can be done in between here
17+
# The gtk3 plugin does not change the look of the app for some reason
18+
# this bug also hapens in the native distro package
19+
rm -f ./AppDir/lib/qt/plugins/platformthemes/libqgtk3.so
1820

1921
# Turn AppDir into AppImage
2022
quick-sharun --make-appimage

0 commit comments

Comments
 (0)