Fix missing icons on linux

Move these to where the build expects them to be.

In theory electron-builder should generate these from a build/icon.icns
but that doesn't seem to be working.

// FREEBIE
pull/749/head
lilia 7 years ago committed by Scott Nonnenberg
parent 9e39442ea8
commit 32be90c728
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -35,8 +35,8 @@
"start": "electron .",
"pack": "build --dir --em.NODE_ENV=$NODE_ENV",
"dist": "build --em.NODE_ENV=$NODE_ENV",
"release": "build --em.NODE_ENV=$NODE_ENV",
"icon-gen": "icon-gen -r -t png -m 'ico,icns' -n 'ico=icon,icns=icon' -i ./images -o ./build"
"release": "build -mwl --em.NODE_ENV=$NODE_ENV",
"icon-gen": "icon-gen -r -t png -m 'ico,icns' -n 'ico=icon,icns=icon' -i ./build/icons -o ./build"
},
"build": {
"appId": "org.whispersystems.signal-desktop",

Loading…
Cancel
Save