Skip to content

Commit

Permalink
Update src/main/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: absidue <48293849+absidue@users.noreply.github.com>
  • Loading branch information
Zander671 and absidue authored Jan 1, 2025
1 parent dab16da commit e0f0d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import packageDetails from '../../package.json'
const brotliDecompressAsync = promisify(brotliDecompress)

if (process.argv.includes('--version')) {
console.log(`v${app.getVersion()}`) // eslint-disable-line no-console
console.log(`v${packageDetails.version} Beta`) // eslint-disable-line no-console
app.exit()
} else if (process.argv.includes('--help') || process.argv.includes('-h')) {
printHelp()
Expand Down

0 comments on commit e0f0d9a

Please sign in to comment.