From 31031c3366bd69134af7f1fece8d2b82c96b2582 Mon Sep 17 00:00:00 2001 From: Ridox_Studio <66634814+codad5@users.noreply.github.com> Date: Wed, 29 Nov 2023 23:58:45 +0100 Subject: [PATCH] Update OsToPlatform with additional file extensions --- src/libs/helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/helper.ts b/src/libs/helper.ts index 91e42b6..11312ba 100644 --- a/src/libs/helper.ts +++ b/src/libs/helper.ts @@ -8,7 +8,7 @@ const OsToPlatform : Record = { "windows": ["exe"], "mac": ["dmg"], "linux": ["AppImage", "deb"], - "other": [], + "other": ["zip", "tar.gz", "AppImage", "deb"], "darwin": ["dmg"], };