mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
fix..
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e1615cc7df
commit
6c10c01036
@ -52,8 +52,8 @@ function createWindow(){
|
||||
// and load the index.html of the app.
|
||||
win.loadURL(url.format({
|
||||
// XXX unify this with index.html
|
||||
//pathname: path.join(__dirname, 'electron.html'),
|
||||
pathname: path.join(__dirname, 'index.html'),
|
||||
//pathname: path.join(__dirname, 'index.html'),
|
||||
pathname: path.join(__dirname, 'electron.html'),
|
||||
protocol: 'file:',
|
||||
slashes: true
|
||||
}))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user