Skip to content

Commit e73dd79

Browse files
committed
Remove Linux & Raspberry category
1 parent 28bec3d commit e73dd79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/download.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { useIntl } from 'react-intl';
33

44
const getOS = (name) => {
55
if (name.includes('windows') || name.includes('.exe')) return 'Windows';
6-
if (name.includes(".snap")) return "Linux & Raspbery Pi";
76
else if (name.includes('linux-arm')) return 'Raspberry Pi';
87
else if (name.includes('linux-aarch64')) return 'Raspberry Pi';
98
else if (name.includes('linux')) return 'Linux';

0 commit comments

Comments
 (0)