We have made a .py
file that controls brightness of the screen. It has a GUI with slider for controlling and runs when it is double clicked after marking it as executable.
But we want to make a .deb
package with it for easily distributing. Is there any way to do it with Quickly? If not, then what are the other ways?
We also want to associate it with an icon.
The project we are trying to debianize is here.
FPM is a great tool for packaging not only deb but other formats too like rpm.
If you check out the wiki for Quickly. It's the third step under "How to get started":