summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/main/proc.ts2
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;
}
}