[MM-37055] Remove commit hash from release builds generated by CircleCI (#1750)

This commit is contained in:
Devin Binnie
2021-09-22 06:17:57 -04:00
committed by GitHub
parent 92b297c469
commit e8523067b0
4 changed files with 5 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ window.ipcRenderer.invoke('get-app-version').then(({name, version}) => {
// eslint-disable-next-line no-undef
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
console.log(`Starting ${name} v${version} commit: ${__HASH_VERSION__}`);
console.log(`Starting ${name} v${version}${__HASH_VERSION__ ? ` commit: ${__HASH_VERSION__}` : ''}`);
});
ReactDOM.render(