mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Created a preload.js, small changes in the package.json, main.js, index.html and script.js like removing whitespace
This commit is contained in:
@@ -19,7 +19,7 @@ function createWindow() {
|
||||
}
|
||||
});
|
||||
|
||||
mainWindow.loadFile('index.html');
|
||||
mainWindow.loadFile('main/index.html');
|
||||
}
|
||||
|
||||
app.whenReady().then(createWindow);
|
||||
@@ -40,3 +40,5 @@ ipcMain.handle('convert-video', async (event, filePath) => {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user