Skip to content

Commit e0f0d9a

Browse files
Zander671absidue
andauthored
Update src/main/index.js
Co-authored-by: absidue <[email protected]>
1 parent dab16da commit e0f0d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import packageDetails from '../../package.json'
2626
const brotliDecompressAsync = promisify(brotliDecompress)
2727

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

0 commit comments

Comments
 (0)