Fix #1880: Show git commit of bundled app

This commit is contained in:
Martin Fournier
2021-12-16 15:23:27 -05:00
parent e16fba2418
commit e8e2760c73
5 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export function LoadingScreen(): React.ReactElement {
<CircularProgress size={150} color="primary" />
</Grid>
<Grid item>
<Typography variant="h3">Loading Bitburner v{CONSTANTS.VersionString}</Typography>
<Typography variant="h3">Loading Bitburner v{CONSTANTS.VersionString} ({__COMMIT_HASH__})</Typography>
</Grid>
{show && (
<Grid item>