Merge pull request #2534 from balena-io/add-balena-icons

Add balena iconset & osx installer background
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-11-07 18:10:01 +01:00 committed by GitHub
commit 2655c86be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 12 additions and 12 deletions

View File

@ -18,9 +18,9 @@
]
},
"builder": {
"appId": "io.resin.etcher",
"copyright": "Copyright 2016-2018 Resinio Ltd",
"productName": "Etcher",
"appId": "io.balena.etcher",
"copyright": "Copyright 2016-2018 Balena Ltd",
"productName": "balenaEtcher",
"nodeGypRebuild": true,
"files": [
"!lib/gui/app",
@ -52,7 +52,7 @@
"linux": {
"category": "Utility",
"packageCategory": "utils",
"synopsis": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more."
"synopsis": "balenaEtcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more."
},
"deb": {
"priority": "optional",

BIN
assets/dmg/background.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 24 KiB

BIN
assets/dmg/background.tiff Normal file → Executable file

Binary file not shown.

BIN
assets/dmg/background@2x.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 56 KiB

BIN
assets/icon.icns Normal file → Executable file

Binary file not shown.

BIN
assets/icon.ico Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB

BIN
assets/icon.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
assets/iconset/128x128.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
assets/iconset/16x16.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 881 B

After

Width:  |  Height:  |  Size: 479 B

BIN
assets/iconset/256x256.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
assets/iconset/32x32.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 802 B

BIN
assets/iconset/48x48.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
assets/iconset/512x512.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,6 +1,6 @@
appId: io.resin.etcher
copyright: Copyright 2016-2018 Resinio Ltd
productName: Etcher
appId: io.balena.etcher
copyright: Copyright 2016-2018 Balena Ltd
productName: balenaEtcher
npmRebuild: false
nodeGypRebuild: false
publish: null
@ -44,8 +44,8 @@ portable:
linux:
category: Utility
packageCategory: utils
executableName: etcher-electron
synopsis: Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.
executableName: balena-etcher-electron
synopsis: balenaEtcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.
icon: assets/iconset
deb:
priority: optional

2
npm-shrinkwrap.json generated
View File

@ -1,5 +1,5 @@
{
"name": "etcher",
"name": "balena-etcher",
"version": "1.4.6",
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": {

View File

@ -1,7 +1,7 @@
{
"name": "etcher",
"name": "balena-etcher",
"private": true,
"displayName": "Etcher",
"displayName": "balenaEtcher",
"version": "1.4.6",
"packageType": "local",
"updates": {