diff options
author | 0neGal <mail@0negal.com> | 2023-02-07 22:13:23 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-02-07 22:13:40 +0100 |
commit | 67c0fcd89d3ad3dfc29c402bae8bca845332b17c (patch) | |
tree | bec98fc3042158d5ba9900a21741fd7be4a2e21d /src | |
parent | dde66c700172624fd64465752dbd91ddf79ffc49 (diff) | |
download | Viper-67c0fcd89d3ad3dfc29c402bae8bca845332b17c.tar.gz Viper-67c0fcd89d3ad3dfc29c402bae8bca845332b17c.zip |
bumped version number to 1.7.0v1.7.0
Diffstat (limited to 'src')
-rw-r--r-- | src/cli.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ async function init() { // --update if (cli.hasSwitch("update") && gamepathExists()) {ipcMain.emit("update")} // --version - if (cli.hasSwitch("version") && gamepathExists()) {ipcMain.emit("versioncli")} + if (cli.hasSwitch("version") && gamepathExists()) {ipcMain.emit("version-cli")} // --setpath if (cli.hasSwitch("setpath")) { |