robinxshooter
Results
1
comments of
robinxshooter
I still have the same issue, I've tried to change this: `const exeName = 'dist.exe'; spawnUpdate(['--createShortcut', exeName]);` to this: `const exeName = path.resolve(path.join(rootAtomFolder,'app-'+package.version+'/dist.exe')); spawnUpdate(['--createShortcut', exeName]);` but it didn't work. Is...