Skip to content

Commit

Permalink
Revert "upd: app name"
Browse files Browse the repository at this point in the history
This reverts commit 9441e29.
  • Loading branch information
ericHgorski committed Jan 18, 2023
1 parent 9441e29 commit 1271f45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# Station Desktop
# Terra Station Desktop

Standalone desktop wallet application for [Station](https://github.com/terra-money/station).
Standalone desktop wallet application for [Terra Station](https://github.com/terra-money/station).

## Prerequisites

- Install Node.js LTS (https://nodejs.org/en/)
- Run `npm install` in the project directory
* Install Node.js LTS (https://nodejs.org/en/)
* Run `npm install` in the project directory

## Development

In the project directory, run `npm run start`

## Build

Builds the app for production to the `dist` folder.

- **Mac & Windows:** `npm run build-macwin`
- **Linux:** `npm run build-linux`
* **Mac & Windows:** `npm run build-macwin`
* **Linux:** `npm run build-linux`
2 changes: 1 addition & 1 deletion build-linux.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "money.terra.station",
"productName": "Station",
"productName": "Terra Station",
"copyright": "Copyright © 2019-present ${author}",
"linux": {
"target": [ "deb", "rpm" ],
Expand Down
2 changes: 1 addition & 1 deletion build-macwin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "money.terra.station",
"productName": "Station",
"productName": "Terra Station",
"copyright": "Copyright © 2019-present ${author}",
"mac": {
"category": "public.app-category.financial",
Expand Down

0 comments on commit 1271f45

Please sign in to comment.