From 9441e29ad0fec03fe73248bbe84895f2e5a708a2 Mon Sep 17 00:00:00 2001 From: plubber Date: Mon, 16 Jan 2023 12:56:40 -0600 Subject: [PATCH] upd: app name --- README.md | 15 +++++++++------ build-linux.json | 2 +- build-macwin.json | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3845271..e1047a8 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/build-linux.json b/build-linux.json index 52fe8d9..6fc8eb7 100644 --- a/build-linux.json +++ b/build-linux.json @@ -1,6 +1,6 @@ { "appId": "money.terra.station", - "productName": "Terra Station", + "productName": "Station", "copyright": "Copyright © 2019-present ${author}", "linux": { "target": [ "deb", "rpm" ], diff --git a/build-macwin.json b/build-macwin.json index 41b2f88..9b3857a 100644 --- a/build-macwin.json +++ b/build-macwin.json @@ -1,6 +1,6 @@ { "appId": "money.terra.station", - "productName": "Terra Station", + "productName": "Station", "copyright": "Copyright © 2019-present ${author}", "mac": { "category": "public.app-category.financial",