Skip to content

Commit

Permalink
add debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Dec 10, 2024
1 parent c20eb48 commit fc95544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electron/app/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ logger.log(`app.isPackaged: ${app.isPackaged}`)
logger.log(`pkg.repository.url: ${pkg.repository.url}`)
//getConfig("productName")
logger.log(`getConfig("productName"): ${getConfig("productName")}`)
// app.getName()
logger.log(`app.getName(): ${app.getName()}`)
// app.getAppPath()
logger.log(`app.getAppPath(): ${app.getAppPath()}`)

if (!isDev) {
// run auto update
Expand Down

0 comments on commit fc95544

Please sign in to comment.