PublicFiles/Artian-Apps/apps/Godot/uninstall

7 lines
144 B
Bash

#!/bin/bash
rm -f ~/.local/share/applications/godotengine.desktop
rm -f ~/.local/share/applications/godot-engine.desktop
rm -rf ~/Godot
exit 0