v1.5.2: Remove custom icons, use default Electron icon

- Removed all custom icon references from build configuration
- Using default Electron icon for consistent, standard appearance
- Updated to version 1.5.2
- Rebuilt NSIS installers with default iconography
This commit is contained in:
2025-09-22 00:03:13 +05:30
parent 7b8a94150a
commit cd1f7ac37d
+3 -9
View File
@@ -1,6 +1,6 @@
{ {
"name": "pan-converter", "name": "pan-converter",
"version": "1.5.0", "version": "1.5.2",
"description": "Cross-platform Markdown editor and converter using Pandoc", "description": "Cross-platform Markdown editor and converter using Pandoc",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {
@@ -68,8 +68,7 @@
} }
], ],
"mac": { "mac": {
"category": "public.app-category.productivity", "category": "public.app-category.productivity"
"icon": "assets/icon.icns"
}, },
"win": { "win": {
"target": [ "target": [
@@ -86,7 +85,6 @@
"arch": ["x64"] "arch": ["x64"]
} }
], ],
"icon": "assets/icon.png",
"artifactName": "${productName}-${version}-${arch}.${ext}", "artifactName": "${productName}-${version}-${arch}.${ext}",
"requestedExecutionLevel": "asInvoker", "requestedExecutionLevel": "asInvoker",
"signAndEditExecutable": true "signAndEditExecutable": true
@@ -96,9 +94,6 @@
"perMachine": false, "perMachine": false,
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,
"displayLanguageSelector": true, "displayLanguageSelector": true,
"installerIcon": "assets/icon-proper.ico",
"uninstallerIcon": "assets/icon-proper.ico",
"installerHeaderIcon": "assets/icon-proper.ico",
"createDesktopShortcut": true, "createDesktopShortcut": true,
"createStartMenuShortcut": true, "createStartMenuShortcut": true,
"shortcutName": "PanConverter", "shortcutName": "PanConverter",
@@ -116,8 +111,7 @@
"AppImage", "AppImage",
"snap" "snap"
], ],
"category": "Utility", "category": "Utility"
"icon": "assets/icon.png"
}, },
"deb": { "deb": {
"depends": [ "depends": [