On 05/10/16 13:26, Paul Miller wrote: > Will packaging as a snap be a good fit for distributing my > application, and are there any good examples out there that can maybe > walk me through setting it up?
A snap will give you a couple of nice qualities: * you can bundle the libraries you need in the snap * you can update on your own schedule (and updates automatically propagate) * you can reach a range of Linux desktops with a single package I know others are working on snaps using Qt 5.7 so you will have others to share bugs :) Mark -- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
