Compare commits

...

2 Commits

Author SHA1 Message Date
Tommy 8764ddbb6c wallet-name changed 2021-10-26 16:09:50 +03:00
Tommy 7338640f36 remove 2021-10-26 15:06:05 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ This will build an executable file that you can use to install the wallet on you
## Install the wallet
Once the the building process is complete an installation file can be found in the following location `tauri-wallet/target/release/nym_wallet`
``
+1 -1
View File
@@ -2,7 +2,7 @@ const os = require("os");
const path = require("path");
const { spawn, spawnSync } = require("child_process");
//insert path to binary
const nym_path = "../target/release/nym_wallet";
const nym_path = "../target/release/nym-wallet";
exports.config = {
//run sequentially, as using one default user may cause issues for parallel test runs for now