"package-linux": "electron-packager . Desktop-Wallet --overwrite --asar=true --platform=linux --arch=x64 --icon=./assets/icons/png/4.png --prune=true --out=release-builds"
this is the package.json script for developing linux app. while running the electron locally the icon is visible, but when I developed it as an application it is not showing the icon