refactor: black icon
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 528 B |
After Width: | Height: | Size: 867 B |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 353 KiB |
After Width: | Height: | Size: 528 B |
|
@ -12,7 +12,8 @@
|
|||
"postinstall": "electron-builder install-app-deps",
|
||||
"postuninstall": "electron-builder install-app-deps",
|
||||
"electron:icons": "electron-icon-builder --input=./public/logo/win.png --output=build --flatten",
|
||||
"electron:icons-mac": "electron-icon-builder --input=./public/logo/mac.png --output=build --flatten"
|
||||
"electron:icons-mac": "electron-icon-builder --input=./public/logo/mac.png --output=build --flatten",
|
||||
"electron:icons-black": "electron-icon-builder --input=./public/logo/win-black.png --output=build/black --flatten"
|
||||
},
|
||||
"homepage": "https://github.com/docmirror/dev-sidecar",
|
||||
"author": {
|
||||
|
|
After Width: | Height: | Size: 103 KiB |