This commit is contained in:
Noah Santschi-Cooney 2021-02-12 13:27:47 +00:00
parent 30bd0dd7f4
commit fabbc68fd7
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import { PersistentState } from './persistent_state'
import * as path from 'path'
const platforms: { [key: string]: string } = {
'x64 win32': 'x86_64-pc-windows-msvc',
'x64 win32': 'x86_64-windows-msvc',
'x64 linux': 'x86_64-unknown-linux-gnu',
'x64 darwin': 'x86_64-apple-darwin',
}