Build to the 'webapp' directory instead
People may have config files in vector/ so it would be nonideal if we started overwriting them / blowing them away.
This commit is contained in:
parent
a4c16b896b
commit
5b7f629996
4 changed files with 15 additions and 14 deletions
|
@ -160,7 +160,7 @@ electron.app.on('ready', () => {
|
|||
icon: `${__dirname}/../img/riot.ico`,
|
||||
width: 1024, height: 768,
|
||||
});
|
||||
mainWindow.loadURL(`file://${__dirname}/../../vector/index.html`);
|
||||
mainWindow.loadURL(`file://${__dirname}/../../webapp/index.html`);
|
||||
electron.Menu.setApplicationMenu(VectorMenu);
|
||||
|
||||
mainWindow.on('closed', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue