added linux ia32 build

This commit is contained in:
azivner
2017-12-27 17:39:41 -05:00
parent f6d481a9e2
commit 6405d6e066
4 changed files with 32 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ function createMainWindow() {
const win = new electron.BrowserWindow({
width: 1200,
height: 900,
title: 'Trilium Notes',
icon: path.join(__dirname, 'public/images/app-icons/png/256x256.png')
});