diff --git a/forge.config.ts b/forge.config.ts index c11d289dad..61445402a2 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -35,7 +35,7 @@ const config: ForgeConfig = { asar: true, icon: './assets/iconset', executableName: - process.platform === 'linux' ? 'etcher-ng' : 'EtcherNG', + process.platform === 'linux' ? 'etcher-ng' : 'Etcher-ng', appBundleId: 'io.alex313031.etcher', appCategoryType: 'public.app-category.developer-tools', appCopyright: 'Copyright 2016-2024 Balena Ltd. and Alex313031', diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d1ec09008d..9866756080 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,11 +1,11 @@ { - "name": "balena-etcher", + "name": "etcher-ng", "version": "1.19.4", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "balena-etcher", + "name": "etcher-ng", "version": "1.19.4", "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 5a45271651..ebf56f69e6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "balena-etcher", + "name": "etcher-ng", "private": true, "displayName": "Etcherng", "productName": "Etcher-ng",