Skip to content

Commit 4713d87

Browse files
author
Tim Schneeberger
authored
Update build_deb_package.sh
1 parent 99e48b1 commit 4713d87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

meta/build_deb_package.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GenericName=Audio effect processor
3030
Comment=JamesDSP for Linux
3131
Keywords=equalizer;audio;effect
3232
Categories=AudioVideo;Audio
33-
Exec=jamesdsp
33+
Exec=/usr/bin/jamesdsp
3434
Icon=/usr/share/pixmaps/jamesdsp.png
3535
StartupNotify=false
3636
Terminal=false
@@ -49,4 +49,7 @@ Description: JamesDSP for Linux
4949
Homepage: https://github.com/Audio4Linux/JDSP4Linux
5050
EOT
5151

52+
chown root:root $debname"/usr/share/applications/jamesdsp.desktop"
53+
chmod +x $debname"/usr/bin/jamesdsp"
54+
5255
dpkg-deb --build $debname

0 commit comments

Comments
 (0)