aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/asar-helpers.js
blob: 9e4380c069518fce33de5c12ee61b345420f6686 (plain) (blame)
1
2
3
export function asarPath(dir = '') {
  return dir.replace('app.asar', 'app.asar.unpacked');
}