We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bec3d commit e73dd79Copy full SHA for e73dd79
src/hooks/download.js
@@ -3,7 +3,6 @@ import { useIntl } from 'react-intl';
3
4
const getOS = (name) => {
5
if (name.includes('windows') || name.includes('.exe')) return 'Windows';
6
- if (name.includes(".snap")) return "Linux & Raspbery Pi";
7
else if (name.includes('linux-arm')) return 'Raspberry Pi';
8
else if (name.includes('linux-aarch64')) return 'Raspberry Pi';
9
else if (name.includes('linux')) return 'Linux';
0 commit comments