RedPanda-CPP/platform/linux/install.sh

7 lines
125 B
Bash
Raw Permalink Normal View History

2021-12-30 10:17:58 +08:00
#!/bin/sh
echo Copying desktop files...
sudo cp -f /opt/RedPandaIDE/RedPandaIDE.desktop /usr/share/applications
2021-12-30 10:17:58 +08:00
echo Done!