Skip to content

Commit

Permalink
Update config.json to modify filename template for Linux and add repo…
Browse files Browse the repository at this point in the history
… URL for carbonyl
  • Loading branch information
Alex Al-Saffar committed Dec 12, 2024
1 parent db280a9 commit 936b486
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
"repo_url": "https://github.com/browsh-org/browsh",
"doc": "browser in the shell",
"filename_template_windows_amd_64": "browsh_{}_windows_amd64.exe",
"filename_template_linux_amd_64": "browsh_{}_linux_amd64",
"filename_template_linux_amd_64": "browsh-{}.xpi",
"strip_v": true,
"exe_name": "browsh"
},
"carbonyl": {
"repo_url": "",
"repo_url": "https://github.com/fathyb/carbonyl",
"doc": "Brwoser in terminal. Browsh alternative.",
"filename_template_windows_amd_64": "",
"filename_template_linux_amd_64": "carbonyl.linux-amd64.zip",
Expand Down

0 comments on commit 936b486

Please sign in to comment.