docs: improving README regarding dependencies and icons

This commit is contained in:
Amadou Ada DIENE
2021-07-31 13:57:30 +02:00
parent 2feedcefc5
commit 23dd9f5cc8
2 changed files with 32 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
# Install the icon generator globally
> npm i -g electron-icon-maker
# Run following command from anywhere you have your input file to generate platforms icons
> electron-icon-maker --input=icon.png --output=./out
# Rename and move files to match with next config
- ./workspaces/electron-app/main/assets/icons/icon.png for Linux
- ./workspaces/electron-app/main/assets/icons/icon.icns for MacOs
- ./workspaces/electron-app/main/assets/icons/icon.ico for Windows
x