Add .desktop file and instalation

This commit is contained in:
2024-10-09 01:03:59 +02:00
parent b8ea7f650f
commit 0327a1237c
3 changed files with 12 additions and 0 deletions

2
sfxr/install.desktop.sh Normal file
View File

@@ -0,0 +1,2 @@
chmod +x sfxr.sh
cp sfxr.desktop ~/.local/share/applications

7
sfxr/sfxr.desktop Normal file
View File

@@ -0,0 +1,7 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=sfxr
Exec=/home/var/source.contrib/sfxr/sfxr/sfxr.sh
Icon=/home/var/source.contrib/sfxr/sfxr/images/sfxr.bmp
Categories=Audio

3
sfxr/sfxr.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd `dirname $0`
./build/sfxr