diff --git a/.resinci.json b/.resinci.json index 679959d8..89ff580e 100644 --- a/.resinci.json +++ b/.resinci.json @@ -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", diff --git a/electron-builder.yml b/electron-builder.yml index 95510422..b5534db3 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9826928e..ae7b0e9d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,5 +1,5 @@ { - "name": "etcher", + "name": "balena-etcher", "version": "1.4.6", "dependencies": { "@fortawesome/fontawesome-free-webfonts": { diff --git a/package.json b/package.json index 01817c6d..05bcbb42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "etcher", + "name": "balena-etcher", "private": true, - "displayName": "Etcher", + "displayName": "balenaEtcher", "version": "1.4.6", "packageType": "local", "updates": {