Move generated/icons/ to icons/
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 642 B After Width: | Height: | Size: 642 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 353 KiB |
4
main.js
@@ -508,7 +508,7 @@ function createWindow() {
|
|||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
width: 1181,
|
width: 1181,
|
||||||
height: 670,
|
height: 670,
|
||||||
icon: path.join(__dirname, "/assets/generated/icons/png/1024x1024.png"),
|
icon: path.join(__dirname, "/assets/icons/png/1024x1024.png"),
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
@@ -528,7 +528,7 @@ function createWindow() {
|
|||||||
transparent: true,
|
transparent: true,
|
||||||
frame: false,
|
frame: false,
|
||||||
alwaysOnTop: true,
|
alwaysOnTop: true,
|
||||||
icon: path.join(__dirname, "/assets/generated/icons/png/1024x1024.png"),
|
icon: path.join(__dirname, "/assets/icons/png/1024x1024.png"),
|
||||||
});
|
});
|
||||||
|
|
||||||
splash.loadURL(`https://agam778.github.io/MS-Office-Electron/loading`);
|
splash.loadURL(`https://agam778.github.io/MS-Office-Electron/loading`);
|
||||||
|
|||||||
@@ -26,13 +26,13 @@
|
|||||||
"target": [
|
"target": [
|
||||||
"dmg"
|
"dmg"
|
||||||
],
|
],
|
||||||
"icon": "./assets/generated/icons/mac/icon.icns"
|
"icon": "./assets/icons/mac/icon.icns"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis"
|
||||||
],
|
],
|
||||||
"icon": "./assets/generated/icons/win/icon.ico"
|
"icon": "./assets/icons/win/icon.ico"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"category": "Office",
|
"category": "Office",
|
||||||
"icon": "./assets/generated/icons/png",
|
"icon": "./assets/icons/png",
|
||||||
"executableName": "ms-office-electron",
|
"executableName": "ms-office-electron",
|
||||||
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
|
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
|
||||||
"target": [
|
"target": [
|
||||||
|
|||||||