diff --git a/app/main.ts b/app/main.ts index ff5505b3..62eceb58 100644 --- a/app/main.ts +++ b/app/main.ts @@ -13,12 +13,13 @@ var nextjsProcess: ChildProcessByStdio | undefined; const createWindow = () => { win = new BrowserWindow({ + width: 1280, + height: 720, + icon: path.join(baseDir, "resources/ui/assets/images/presenton_short_filled.png"), webPreferences: { webSecurity: false, preload: path.join(__dirname, 'preload.js'), }, - width: 1280, - height: 720, }); }; diff --git a/build.js b/build.js index 334f6da5..a891e838 100644 --- a/build.js +++ b/build.js @@ -13,11 +13,7 @@ const config = { ], linux: { target: ["AppImage"], - desktop: { - Name: "Presenton", - Icon: "resources/ui/assets/images/presenton_short_filled.png", - Categories: ["Utility"], - }, + icon: "resources/ui/assets/images/presenton_short_filled.png", }, } diff --git a/package.json b/package.json index 39931c13..daeddbf7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "presenton", "main": "app_dist/main.js", - "version": "0.0.0", + "version": "0.0.1", "description": "Presenton Open Source", "homepage": "https://presenton.ai", "author": {