mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Move generated/icons/ to icons/
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
"target": [
|
||||
"dmg"
|
||||
],
|
||||
"icon": "./assets/generated/icons/mac/icon.icns"
|
||||
"icon": "./assets/icons/mac/icon.icns"
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis"
|
||||
],
|
||||
"icon": "./assets/generated/icons/win/icon.ico"
|
||||
"icon": "./assets/icons/win/icon.ico"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
@@ -42,7 +42,7 @@
|
||||
},
|
||||
"linux": {
|
||||
"category": "Office",
|
||||
"icon": "./assets/generated/icons/png",
|
||||
"icon": "./assets/icons/png",
|
||||
"executableName": "ms-office-electron",
|
||||
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
|
||||
"target": [
|
||||
|
||||
Reference in New Issue
Block a user