Skip to content

Commit

Permalink
Fix JSON structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-0 committed Aug 17, 2023
1 parent 251af3a commit 14268cf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion applications/azure-cli.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "Azure CLI",
"executable": "az",
"executables": [
"az"
],
"locations": [
{
"file": "$HOME/.azure"
Expand Down
4 changes: 3 additions & 1 deletion applications/conky.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "Conky",
"executable": "conky",
"executables": [
"conky"
],
"locations": [
{
"file": "$HOME/.conkyrc"
Expand Down
4 changes: 3 additions & 1 deletion applications/pidgin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "Pidgin",
"executable": "pidgin",
"executables": [
"pidgin"
],
"locations": [
{
"file": "$HOME/.purple"
Expand Down
4 changes: 3 additions & 1 deletion applications/putty.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "PuTTY",
"executable": "putty",
"executables": [
"putty"
],
"locations": [
{
"file": "$HOME/.putty"
Expand Down

0 comments on commit 14268cf

Please sign in to comment.