Add .desktop file and instalation
This commit is contained in:
2
sfxr/install.desktop.sh
Normal file
2
sfxr/install.desktop.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
chmod +x sfxr.sh
|
||||
cp sfxr.desktop ~/.local/share/applications
|
||||
7
sfxr/sfxr.desktop
Normal file
7
sfxr/sfxr.desktop
Normal 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
3
sfxr/sfxr.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
cd `dirname $0`
|
||||
./build/sfxr
|
||||
Reference in New Issue
Block a user