Skip to content

Commit 4aeb1b5

Browse files
authored
[icons] Add icons to apps (rmkit-dev#39)
* Specifiy icons in draft files * Fix wrong key for image file in minesweeper * Add harmony icon and fix mines name inconsistency
1 parent a39ba7a commit 4aeb1b5

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

src/harmony/harmony.draft

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name=harmony
22
desc=Procedural sketching app for remarkable
33
call=/opt/bin/harmony
4+
imgFile=harmony

src/harmony/harmony.png

180 KB
Loading

src/minesweeper/mines.draft

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name=mines
22
desc=Mine detection game
33
call=/opt/bin/mines
4+
imgFile=mines

src/nao/nao.draft

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name=nao package manager
22
desc=Nao is a package manager UI for managing packages in opkg
33
call=/opt/bin/nao
44
which=nao
5+
imgFile=nao

0 commit comments

Comments
 (0)