Skip to content

Commit 118358c

Browse files
Lunar LakeLunar Lake
authored andcommitted
fixed installer bug for linux
1 parent 71899d8 commit 118358c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deactivate
4949
echo "Installing plugin in $HOME/.config/GIMP/2.99/plug-ins"
5050
for d in openvino_utils semseg_ov stable_diffusion_ov superresolution_ov; do
5151
mkdir -p "$HOME/.config/GIMP/2.99/plug-ins/$d"
52-
rsync -a gimpenv3/lib/python*/site-packages/gimpopenvino/plugins/"$d" "$HOME/.config/GIMP/2.99/plug-ins/$d"
52+
rsync -a gimpenv3/lib/python*/site-packages/gimpopenvino/plugins/"$d" "$HOME/.config/GIMP/2.99/plug-ins/."
5353
done
5454
echo "*** openvino-ai-plugins-gimp Installed ***"
5555

0 commit comments

Comments
 (0)