diff options
Diffstat (limited to 'gui/src/main')
| -rw-r--r-- | gui/src/main/proc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main/proc.ts b/gui/src/main/proc.ts index 238c08c172..1e8118268d 100644 --- a/gui/src/main/proc.ts +++ b/gui/src/main/proc.ts @@ -10,7 +10,7 @@ function getBasePath(): string { process.env.MULLVAD_PATH || path.resolve(path.join(__dirname, '../../../../target/debug')) ); } else { - return process.resourcesPath!; + return process.resourcesPath; } } |
