Skip to content

Commit

Permalink
Added Lock app
Browse files Browse the repository at this point in the history
  • Loading branch information
redjohnsh committed Nov 25, 2024
1 parent 03c4fc5 commit a540143
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,11 @@ const APP_MAP: Record<string, App> = {
desc: "Poliedros is a multi-type dice roller",
lang: Lang.Python,
},
"com.konstantintutsch.Lock": {
name: "Lock",
desc: "Process data with GnuPG",
lang: Lang.C,
},
};

export default Object.entries(APP_MAP)
Expand Down

0 comments on commit a540143

Please sign in to comment.