RedPanda-CPP/platform/linux/install.sh

7 lines
125 B
Bash
Executable File

#!/bin/sh
echo Copying desktop files...
sudo cp -f /opt/RedPandaIDE/RedPandaIDE.desktop /usr/share/applications
echo Done!