aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-30 03:55:32 +0100
committer0neGal <mail@0negal.com>2021-12-30 03:55:32 +0100
commit4a0ce8d918007a3ed39bd15c28fc1c7931080271 (patch)
treeacb8eb7d3325cb90025c67d6165f9b22d64b6111 /src/index.js
parent43f174fd3687367f6bfe0a62fbba5169891093d6 (diff)
downloadViper-4a0ce8d918007a3ed39bd15c28fc1c7931080271.tar.gz
Viper-4a0ce8d918007a3ed39bd15c28fc1c7931080271.zip
added northstar version to --version
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 660d3a0..063e4df 100644
--- a/src/index.js
+++ b/src/index.js
@@ -53,6 +53,14 @@ ipcMain.on("getversion", () => {
});
});
+ipcMain.on("versioncli", () => {
+ console.log("Viper: v" + require("../package.json").version);
+ console.log("Northstar: " + utils.getNSVersion());
+ console.log("Node: " + process.version);
+ console.log("Electron: v" + process.versions.electron);
+ cli.exit();
+})
+
process.chdir(app.getPath("appData"));
if (cli.hasArgs()) {