File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,29 @@ export const getDownloadOptionsDictionary = async (): Promise<DownloadDictionary
6161 defaultText : 'Linux' ,
6262 releasePath : `v${ latestReleaseVersion } /HttpToolkit-${ latestReleaseVersion } .deb` ,
6363 } ,
64+ {
65+ os : 'linux' ,
66+ slug : 'linux-rpm' ,
67+ href : '/download/linux-rpm' ,
68+ text : 'Linux Fedora Package' ,
69+ defaultText : 'Linux' ,
70+ releasePath : `v${ latestReleaseVersion } /HttpToolkit-${ latestReleaseVersion } .rpm` ,
71+ } ,
6472 {
6573 os : 'linux' ,
6674 slug : 'linux-aur' ,
6775 href : '/download/linux-aur' ,
6876 text : 'Linux Arch Package' ,
6977 downloadCommand : 'yay -S httptoolkit' ,
7078 } ,
79+ {
80+ os : 'linux' ,
81+ slug : 'linux-appimage' ,
82+ href : '/download/linux-appimage' ,
83+ text : 'Linux AppImage' ,
84+ defaultText : 'Linux' ,
85+ releasePath : `v${ latestReleaseVersion } /HttpToolkit-${ latestReleaseVersion } .AppImage` ,
86+ } ,
7187 {
7288 os : 'linux' ,
7389 slug : 'linux-standalone' ,
You can’t perform that action at this time.
0 commit comments