We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 557973b + ecadf7e commit 6357ac7Copy full SHA for 6357ac7
1 file changed
src/constants/routes.ts
@@ -297,6 +297,12 @@ export const DownloadLinks: Array<{
297
"Link" : "https://aur.archlinux.org/packages/freesmlauncher",
298
"Extra": "AUR",
299
},
300
+ {
301
+ "Icon" : "i-simple-icons-archlinux",
302
+ "Name" : "Arch (bin)",
303
+ "Link" : "https://aur.archlinux.org/packages/freesmlauncher-bin",
304
+ "Extra": "AUR",
305
+ },
306
{
307
"Icon" : "i-simple-icons-debian",
308
"Name" : "Debian",
0 commit comments