Rename nightly to dev builds.

This commit is contained in:
Fabio Niephaus
2022-01-03 13:11:04 +01:00
parent a44c598f75
commit 7a1abedd1b
8 changed files with 27 additions and 26 deletions

View File

@@ -5,8 +5,8 @@ import {join} from 'path'
export const IS_MACOS = process.platform === 'darwin'
export const IS_WINDOWS = process.platform === 'win32'
export const VERSION_DEV = 'dev'
export const VERSION_LATEST = 'latest'
export const VERSION_NIGHTLY = 'nightly'
export const VERSION_TRUNK = 'trunk'
export const GRAALVM_BASE = join(homedir(), '.graalvm')