who the fuck forgot that equal sign

This commit is contained in:
JeanOUINA 2021-06-10 12:26:58 +02:00
parent ab207632c1
commit c4b8a0e03a
No known key found for this signature in database
GPG Key ID: 7387E30D642FF8B7
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ const buildTargets = {
}
export const releaseChannel:branch = "stable"
export let version
buildTargets[process.platform] || "0.0.308"
export let version = buildTargets[process.platform] || "0.0.308"
export const commit = getCommitID()
export default {
releaseChannel,