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.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helpers/asar-helpers.ts b/src/helpers/asar-helpers.ts
new file mode 100644
index 000000000..3d9f0d941
--- /dev/null
+++ b/src/helpers/asar-helpers.ts
@@ -0,0 +1,3 @@
1export function asarPath(dir: string = '') {
2 return dir.replace('app.asar', 'app.asar.unpacked');
3}