aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/asar-helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/asar-helpers.ts')
-rw-r--r--src/helpers/asar-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/asar-helpers.ts b/src/helpers/asar-helpers.ts
index 9d975c193..77dd50bb1 100644
--- a/src/helpers/asar-helpers.ts
+++ b/src/helpers/asar-helpers.ts
@@ -1,4 +1,4 @@
1import { join } from 'path'; 1import { join } from 'node:path';
2 2
3export function asarPath(dir: string = '') { 3export function asarPath(dir: string = '') {
4 return dir.replace('app.asar', 'app.asar.unpacked'); 4 return dir.replace('app.asar', 'app.asar.unpacked');