Skip to content

Commit 8bf0355

Browse files
committed
Fix getPatformName for go builds
1 parent f1a12f5 commit 8bf0355

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/utils/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ export function getPlatformName(platform: Platform): string {
146146
return 'Android'
147147
}
148148

149+
case Platform.GO: {
150+
return 'Go'
151+
}
152+
149153
default: {
150154
throw new Error(`Unknown platform: ${platform}`)
151155
}

0 commit comments

Comments
 (0)