We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e48b1 commit 4713d87Copy full SHA for 4713d87
meta/build_deb_package.sh
@@ -30,7 +30,7 @@ GenericName=Audio effect processor
30
Comment=JamesDSP for Linux
31
Keywords=equalizer;audio;effect
32
Categories=AudioVideo;Audio
33
-Exec=jamesdsp
+Exec=/usr/bin/jamesdsp
34
Icon=/usr/share/pixmaps/jamesdsp.png
35
StartupNotify=false
36
Terminal=false
@@ -49,4 +49,7 @@ Description: JamesDSP for Linux
49
Homepage: https://github.com/Audio4Linux/JDSP4Linux
50
EOT
51
52
+chown root:root $debname"/usr/share/applications/jamesdsp.desktop"
53
+chmod +x $debname"/usr/bin/jamesdsp"
54
+
55
dpkg-deb --build $debname
0 commit comments