File tree Expand file tree Collapse file tree 1 file changed +20
-16
lines changed
Expand file tree Collapse file tree 1 file changed +20
-16
lines changed Original file line number Diff line number Diff line change 11
2- # After registering a name on build.snapcraft.io, commit an uncommented line:
3- name : interactive-data-editor
4- version : ' 2.9.1' # just for humans, typically '1.2+git' or '1.3.2'
5- summary : A Software to interactively edit data in a graphical manner. # 79 char long summary
6- description : |
7- This is my-snap's description. You have a paragraph or two to tell the
8- most important story about your snap. Keep it under 100 words though,
9- we live in tweetspace and your description wants to look good in the snap
10- store.
2+ # After registering a name on build.snapcraft.io, commit an uncommented line:
3+ name : interactive-data-editor
4+ version : ' 2.9.1' # just for humans, typically '1.2+git' or '1.3.2'
5+ summary : A Software to interactively edit data in a graphical manner. # 79 char long summary
6+ description : |
7+ This is my-snap's description. You have a paragraph or two to tell the
8+ most important story about your snap. Keep it under 100 words though,
9+ we live in tweetspace and your description wants to look good in the snap
10+ store.
1111
12- grade : devel # must be 'stable' to release into candidate/stable channels
13- confinement : devmode # use 'strict' once you have the right plugs and slots
14-
15- parts :
16- my-part :
17- # See 'snapcraft plugins'
18- plugin : nil
12+ architectures :
13+ - build-on : amd64
14+ - build-on : i386
1915
16+ grade : devel # must be 'stable' to release into candidate/stable channels
17+ confinement : devmode # use 'strict' once you have the right plugs and slots
18+
19+ parts :
20+ my-part :
21+ # See 'snapcraft plugins'
22+ plugin : nil
23+
You can’t perform that action at this time.
0 commit comments