diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-02-27 16:08:01 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-03-01 16:22:24 +0100 |
| commit | ddccc2beafa9ec5305ce2746d3eb095d3bd21b6c (patch) | |
| tree | 645bf5d10836595b9d7f04e4ea7685fb7c71be9c /gui/src/main | |
| parent | 3f5426c08aedcb88e131b0be94308ccb342fc1d4 (diff) | |
| download | mullvadvpn-ddccc2beafa9ec5305ce2746d3eb095d3bd21b6c.tar.xz mullvadvpn-ddccc2beafa9ec5305ce2746d3eb095d3bd21b6c.zip | |
Update relative paths
Diffstat (limited to 'gui/src/main')
| -rw-r--r-- | gui/src/main/proc.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/src/main/proc.ts b/gui/src/main/proc.ts index b9c1bbe743..238c08c172 100644 --- a/gui/src/main/proc.ts +++ b/gui/src/main/proc.ts @@ -7,8 +7,7 @@ export function resolveBin(binaryName: string) { function getBasePath(): string { if (process.env.NODE_ENV === 'development') { return ( - process.env.MULLVAD_PATH || - path.resolve(path.join(__dirname, '../../../../../../target/debug')) + process.env.MULLVAD_PATH || path.resolve(path.join(__dirname, '../../../../target/debug')) ); } else { return process.resourcesPath!; |
