add bootstrap support

This commit is contained in:
2022-09-17 15:37:26 +02:00
parent 7eafc24e23
commit bf429581ad
34 changed files with 39500 additions and 27 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const path = require("path");
const createWindow = () => {
const win = new BrowserWindow({
width: 800,
height: 600,
height: 400,
webPreferences: {
preload: path.join(__dirname, 'preload.js')
}