who the fuck forgot that equal sign
This commit is contained in:
parent
ab207632c1
commit
c4b8a0e03a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue