preparing for release of pre-1.0.0

This commit is contained in:
Noah Santschi-Cooney 2021-02-09 01:08:45 +00:00
parent 4573dd86fd
commit 93e3d4ded2
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
5 changed files with 87 additions and 13 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-gnu',
'x64 win32': 'x86_64-pc-windows-msvc',
'x64 linux': 'x86_64-unknown-linux-gnu',
'x64 darwin': 'x86_64-apple-darwin',
}