henrywoo / kazam

Kazam2 - Linux Screen Recorder, Broadcaster, Capture and OCR with AI in mind
https://github.com/henrywoo/kazam
GNU General Public License v3.0
210 stars 22 forks source link

Snap package #43

Open faveoled opened 7 months ago

faveoled commented 7 months ago

Hi, If you're interested in distributing the app as snap here's the build file: snapcraft.yaml.txt (remove .txt postfix)

henrywoo commented 1 month ago

I am not familiar with snap. Can you teach me how to do it? Or submit a PR?

faveoled commented 1 month ago

snapcraft command in the directory where snapcraft.yaml is located

boukendesho commented 4 weeks ago

@henrywoo Hey, want to tell you i really appreciate your project!

I have some exp in snap packaging.

If you are interested in distribute your software in snap format,first you need to create a account on snap sotre and register your app name "kazam".

After store admin approve your request, then you can build your snap and submit to the store.

Here is a simple example of python app from snapcraft official site.