We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71899d8 commit 118358cCopy full SHA for 118358c
install.sh
@@ -49,7 +49,7 @@ deactivate
49
echo "Installing plugin in $HOME/.config/GIMP/2.99/plug-ins"
50
for d in openvino_utils semseg_ov stable_diffusion_ov superresolution_ov; do
51
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"
+ rsync -a gimpenv3/lib/python*/site-packages/gimpopenvino/plugins/"$d" "$HOME/.config/GIMP/2.99/plug-ins/."
53
done
54
echo "*** openvino-ai-plugins-gimp Installed ***"
55
0 commit comments