Skip to content

Commit

Permalink
chore: add app version into log (janhq#2116)
Browse files Browse the repository at this point in the history
Signed-off-by: James <[email protected]>
Co-authored-by: James <[email protected]>
  • Loading branch information
namchuai and James authored Feb 21, 2024
1 parent cffc382 commit 055cf03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function createMainWindow() {

/* Enable dev tools for development */
if (!app.isPackaged) mainWindow.webContents.openDevTools()
log(`Version: ${app.getVersion()}`)
}

/**
Expand Down

0 comments on commit 055cf03

Please sign in to comment.