Skip to content

Commit 26b0665

Browse files
author
Fa!lko
committed
set icon and state to stable
1 parent 6d9aa3f commit 26b0665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snapcraft.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ version: git
33
summary: Collect and find termial commands.
44
description: |
55
TermCheat is a searchable library of commands that you can copy remix and extend.
6-
grade: devel
6+
icon: img/term-cheat.logo.svg
7+
grade: stable
78
confinement: classic
89
base: core18
910
parts:
1011
term-cheat:
1112
plugin: python
1213
python-version: python3
1314
source: .
14-
# source-type:
15+
source-type: git
1516
python-packages:
1617
- urwid
1718
- fuzzywuzzy
@@ -28,5 +29,4 @@ parts:
2829
- term-cheat-app
2930
apps:
3031
term-cheat:
31-
# command: python3 -m termcheat
3232
command: term-cheat-app

0 commit comments

Comments
 (0)