Skip to content

Commit

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

Standalone desktop wallet application for [Terra Station](https://github.com/terra-money/station).
Standalone desktop wallet application for [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": "Terra Station",
"productName": "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": "Terra Station",
"productName": "Station",
"copyright": "Copyright © 2019-present ${author}",
"mac": {
"category": "public.app-category.financial",
Expand Down

0 comments on commit abf3ffc

Please sign in to comment.