Rename icon file names

This commit is contained in:
Agampreet Singh
2023-06-10 14:55:43 +05:30
parent 5a70499ad0
commit 72ddfe7b62
8 changed files with 7 additions and 7 deletions

View File

@@ -174,7 +174,7 @@ app.on("web-contents-created", (event, contents) => {
) {
if (process.platform === "darwin") {
app.dock.setIcon(
path.join(__dirname, "../assets/icons/apps/powerpoint.png")
path.join(__dirname, "../assets/icons/apps/powerpoint-mac.png")
);
}
} else if (
@@ -184,7 +184,7 @@ app.on("web-contents-created", (event, contents) => {
) {
if (process.platform === "darwin") {
app.dock.setIcon(
path.join(__dirname, "../assets/icons/apps/word.png")
path.join(__dirname, "../assets/icons/apps/word-mac.png")
);
}
} else if (
@@ -194,7 +194,7 @@ app.on("web-contents-created", (event, contents) => {
) {
if (process.platform === "darwin") {
app.dock.setIcon(
path.join(__dirname, "../assets/icons/apps/excel.png")
path.join(__dirname, "../assets/icons/apps/excel-mac.png")
);
}
} else if (
@@ -204,7 +204,7 @@ app.on("web-contents-created", (event, contents) => {
) {
if (process.platform === "darwin") {
app.dock.setIcon(
path.join(__dirname, "../assets/icons/apps/outlook.png")
path.join(__dirname, "../assets/icons/apps/outlook-mac.png")
);
}
} else if (
@@ -214,7 +214,7 @@ app.on("web-contents-created", (event, contents) => {
) {
if (process.platform === "darwin") {
app.dock.setIcon(
path.join(__dirname, "../assets/icons/apps/onedrive.png")
path.join(__dirname, "../assets/icons/apps/onedrive-mac.png")
);
}
} else if (
@@ -224,7 +224,7 @@ app.on("web-contents-created", (event, contents) => {
) {
if (process.platform === "darwin") {
app.dock.setIcon(
path.join(__dirname, "../assets/icons/apps/teams.png")
path.join(__dirname, "../assets/icons/apps/teams-mac.png")
);
}
} else if (
@@ -234,7 +234,7 @@ app.on("web-contents-created", (event, contents) => {
) {
if (process.platform === "darwin") {
app.dock.setIcon(
path.join(__dirname, "../assets/icons/apps/onenote.png")
path.join(__dirname, "../assets/icons/apps/onenote-mac.png")
);
}
} else {

View File

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 207 KiB

View File

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 203 KiB

View File

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 218 KiB

View File

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB

View File

Before

Width:  |  Height:  |  Size: 215 KiB

After

Width:  |  Height:  |  Size: 215 KiB

View File

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB