Skip to content

Commit

Permalink
Update OsToPlatform with additional file
Browse files Browse the repository at this point in the history
extensions
  • Loading branch information
codad5 committed Nov 29, 2023
1 parent 6ed72c9 commit 31031c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const OsToPlatform : Record<OperationSystem, string[]> = {
"windows": ["exe"],
"mac": ["dmg"],
"linux": ["AppImage", "deb"],
"other": [],
"other": ["zip", "tar.gz", "AppImage", "deb"],
"darwin": ["dmg"],
};

Expand Down

0 comments on commit 31031c3

Please sign in to comment.