mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
Update application name & copyright
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
parent
a3f7239c1b
commit
c4c4d347cf
@ -18,9 +18,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"builder": {
|
"builder": {
|
||||||
"appId": "io.resin.etcher",
|
"appId": "io.balena.etcher",
|
||||||
"copyright": "Copyright 2016-2018 Resinio Ltd",
|
"copyright": "Copyright 2016-2018 Balena Ltd",
|
||||||
"productName": "Etcher",
|
"productName": "balenaEtcher",
|
||||||
"nodeGypRebuild": true,
|
"nodeGypRebuild": true,
|
||||||
"files": [
|
"files": [
|
||||||
"!lib/gui/app",
|
"!lib/gui/app",
|
||||||
@ -52,7 +52,7 @@
|
|||||||
"linux": {
|
"linux": {
|
||||||
"category": "Utility",
|
"category": "Utility",
|
||||||
"packageCategory": "utils",
|
"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": {
|
"deb": {
|
||||||
"priority": "optional",
|
"priority": "optional",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
appId: io.resin.etcher
|
appId: io.balena.etcher
|
||||||
copyright: Copyright 2016-2018 Resinio Ltd
|
copyright: Copyright 2016-2018 Balena Ltd
|
||||||
productName: Etcher
|
productName: balenaEtcher
|
||||||
npmRebuild: false
|
npmRebuild: false
|
||||||
nodeGypRebuild: false
|
nodeGypRebuild: false
|
||||||
publish: null
|
publish: null
|
||||||
@ -44,8 +44,8 @@ portable:
|
|||||||
linux:
|
linux:
|
||||||
category: Utility
|
category: Utility
|
||||||
packageCategory: utils
|
packageCategory: utils
|
||||||
executableName: etcher-electron
|
executableName: balena-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.
|
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
|
icon: assets/iconset
|
||||||
deb:
|
deb:
|
||||||
priority: optional
|
priority: optional
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.4.6",
|
"version": "1.4.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free-webfonts": {
|
"@fortawesome/fontawesome-free-webfonts": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "Etcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.4.6",
|
"version": "1.4.6",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"updates": {
|
"updates": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user