mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
index: avoid using same directory name as where we output the packages
This commit is contained in:
parent
3d06004a64
commit
7c77203566
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -15,7 +15,7 @@ const url = 'file://' + resolve(
|
|||
isDev ? __dirname : app.getAppPath(),
|
||||
// in prod version, we copy over index.html and dist from 'app'
|
||||
// into one dist folder to avoid unwanted files in package
|
||||
isDev ? 'app' : 'dist',
|
||||
isDev ? 'app' : 'build',
|
||||
'index.html'
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue