Skip to content

Commit

Permalink
feat(build): update branding and app metadata
Browse files Browse the repository at this point in the history
- Replace `appId` to `io.shellhub.app` and `productName` to `ShellHub`
- Update `maintainer` field to `shellhub.io` in `electron-builder.yml`
- Modify `index.html` title from "Electron" to "ShellHub"
- Remove unused `icon.ico` and update `icon.png` in build assets
  • Loading branch information
gustavosbarreto committed Nov 5, 2024
1 parent 48c7c43 commit d486dc0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<hr/>

<h1 align="center">ShellHub Connect</h1>
<h1 align="center">ShellHub Desktop</h1>

<p align="center">Download ShellHub Connect for your platform:</p>
<p align="center">Download ShellHub Desktop for your platform:</p>

<p align="center">
<a href="https://redir-url.fly.dev/?url=https://api.github.com/repos/shellhub-io/desktop/releases/latest&query=$.assets[0].browser_download_url">
Expand All @@ -22,8 +22,8 @@

##

ShellHub Connect is an application designed to simplify and enhance the experience of connecting and managing
remote devices via ShellHub. With an intuitive and user-friendly interface, ShellHub Connect allows users to
ShellHub Desktop is an application designed to simplify and enhance the experience of connecting and managing
remote devices via ShellHub. With an intuitive and user-friendly interface, ShellHub Desktop allows users to
easily access their devices in **ShellHub Cloud** and on custom instances of ShellHub, whether it's
the **Enterprise Edition** or **Community Edition**, managed or self-hosted.

Expand Down
Binary file removed build/icon.ico
Binary file not shown.
Binary file modified build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: com.electron.app
productName: shellhub
appId: io.shellhub.app
productName: ShellHub
directories:
buildResources: build
files:
Expand Down Expand Up @@ -33,7 +33,7 @@ linux:
- AppImage
- snap
- deb
maintainer: electronjs.org
maintainer: shellhub.io
category: Utility
appImage:
artifactName: ${name}-${version}.${ext}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "shellhub-connect",
"name": "shellhub-desktop",
"version": "1.0.0",
"description": "An application designed to simplify and enhance the experience of connecting and managing remote devices via ShellHub",
"main": "./out/main/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<title>Electron</title>
<title>ShellHub</title>
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta
http-equiv="Content-Security-Policy"
Expand Down

0 comments on commit d486dc0

Please sign in to comment.