Fix the location default_app is copied to.
This commit is contained in:
parent
5dd5f18edf
commit
e3434b5cde
2 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ setImmediate ->
|
|||
packageJson = JSON.parse(fs.readFileSync(path.join(packagePath, 'package.json')))
|
||||
catch error
|
||||
# If not found then we load browser/default_app
|
||||
packagePath = path.join process.resourcesPath, 'browser', 'default_app'
|
||||
packagePath = path.join process.resourcesPath, 'default_app'
|
||||
packageJson = JSON.parse(fs.readFileSync(path.join(packagePath, 'package.json')))
|
||||
|
||||
# Set application's version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue