aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/asar-helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/asar-helpers.js')
-rw-r--r--src/helpers/asar-helpers.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helpers/asar-helpers.js b/src/helpers/asar-helpers.js
new file mode 100644
index 000000000..9e4380c06
--- /dev/null
+++ b/src/helpers/asar-helpers.js
@@ -0,0 +1,3 @@
1export function asarPath(dir = '') {
2 return dir.replace('app.asar', 'app.asar.unpacked');
3}