File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,33 @@ export const getDownloadOptionsDictionary = async (): Promise<DownloadDictionary
57
57
os : 'linux' ,
58
58
slug : 'linux-deb' ,
59
59
href : '/download/linux-deb' ,
60
- text : 'Linux Debian Package' ,
60
+ text : 'Linux DEB Package' ,
61
61
defaultText : 'Linux' ,
62
62
releasePath : `v${ latestReleaseVersion } /HttpToolkit-${ latestReleaseVersion } .deb` ,
63
63
} ,
64
+ {
65
+ os : 'linux' ,
66
+ slug : 'linux-rpm' ,
67
+ href : '/download/linux-rpm' ,
68
+ text : 'Linux RPM Package' ,
69
+ defaultText : 'Linux' ,
70
+ releasePath : `v${ latestReleaseVersion } /HttpToolkit-${ latestReleaseVersion } .rpm` ,
71
+ } ,
64
72
{
65
73
os : 'linux' ,
66
74
slug : 'linux-aur' ,
67
75
href : '/download/linux-aur' ,
68
76
text : 'Linux Arch Package' ,
69
77
downloadCommand : 'yay -S httptoolkit' ,
70
78
} ,
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
+ } ,
71
87
{
72
88
os : 'linux' ,
73
89
slug : 'linux-standalone' ,
You can’t perform that action at this time.
0 commit comments