Skip to content

Commit d4fc272

Browse files
Properly strip immodules.cache
1 parent 6a3dc91 commit d4fc272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linuxdeploy-plugin-gtk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ EOF
223223
if [ ! -f "$APPDIR/$gtk3_immodules_cache_file" ]; then
224224
echo "WARNING: immodules.cache file is missing"
225225
fi
226-
sed -i "s|$gtk3_libdir/||g" "$APPDIR/$gtk3_immodules_cache_file"
226+
sed -i "s|$gtk3_libdir/3.0.0/immodules/||g" "$APPDIR/$gtk3_immodules_cache_file"
227227
;;
228228
4)
229229
echo "Installing GTK 4.0 modules"

0 commit comments

Comments
 (0)