export default function getOS(platform: string): string {
  switch (platform) {
    case 'linux':
      return 'Linux';
    case 'darwin':