diff --git a/tools/clean-miximages.sh b/tools/clean-miximages.sh index 4b729745..e11b17e6 100644 --- a/tools/clean-miximages.sh +++ b/tools/clean-miximages.sh @@ -14,3 +14,11 @@ if [ $? == 0 ] #yes - Internal then find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv -- fi + +zenity \ +--icon-name=net.retrodeck.retrodeck \ +--info \ +--no-wrap \ +--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ +--title "RetroDECK" \ +--text="Miximages successfully cleaned, please restart RetroDECK to reload the games list." \ No newline at end of file