Skip to content

Commit

Permalink
chore: add num version in main log
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Oct 7, 2024
1 parent 41d9f6f commit 57aa54c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ mainLog.debug(`userData`, app.getPath('userData'))
export const getMainLog = () => {
return log
}
log.info(`******************** APP IS STARTING ********************`)
log.info(
`******************** APP v${packageJson.version} IS STARTING ********************`
)

// #region update app
updateElectronApp({
Expand Down

0 comments on commit 57aa54c

Please sign in to comment.