Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jan 29, 2024
1 parent 1175937 commit f9cd3b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "balena-etcher",
"name": "etcher-ng",
"private": true,
"displayName": "Etcherng",
"productName": "Etcher-ng",
Expand Down

0 comments on commit f9cd3b9

Please sign in to comment.