diff --git a/README.md b/README.md index a024deb4..dc29aa6a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,16 @@ #### Requirements -Project has been tested under [NodeJS](https://nodejs.org) v9.3.0, with [Yarn](https://yarnpkg.com) v1.3.0 and [Python](https://www.python.org/) v2.7.10 (used by [node-gyp](https://github.com/nodejs/node-gyp) to build native addons). You will also need a C++ compiler. +Project has been tested with + +- [NodeJS](https://nodejs.org) v9.3.0 +- [Yarn](https://yarnpkg.com) v1.3.0 +- [Python](https://www.python.org/) v2.7.10 (used by [node-gyp](https://github.com/nodejs/node-gyp) to build native addons) +- You will also need a C++ compiler + +#### Optional + +- `Museo Sans` font - for Ledger guys, [follow that link](https://drive.google.com/drive/folders/14R6kGFtx53DuqTyIOjnT7BGogzeyMSzN), download `museosans.zip` and extract it inside the `static/fonts/museosans` directory #### Setup diff --git a/electron-builder.yml b/electron-builder.yml index 39cfac08..e1fa6ca0 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -16,6 +16,7 @@ mac: linux: artifactName: ${name}-${version}-${os}-${arch}.${ext} + category: Finance target: - target: AppImage arch: diff --git a/package.json b/package.json index 3bb5829b..be29da25 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "Ledger Live", "description": "Ledger Live - Desktop", "repository": "https://github.com/LedgerHQ/ledger-live-desktop", - "version": "0.1.0", + "version": "0.1.0-alpha.1", "author": "Ledger", "license": "MIT", "scripts": { @@ -16,7 +16,7 @@ "postinstall": "bash ./scripts/postinstall.sh", "prettier": "prettier --write \"{src,webpack,.storybook}/**/*.js\"", "publish-storybook": "bash ./scripts/publish-storybook.sh", - "release": "build", + "release": "yarn compile && build -wml", "start": "bash ./scripts/start.sh", "storybook": "NODE_ENV=development STORYBOOK_ENV=1 start-storybook -s ./static -p 4444", "trans": "node scripts/trans" diff --git a/src/components/DashboardPage/index.js b/src/components/DashboardPage/index.js index f6a567ea..aec0c8a3 100644 --- a/src/components/DashboardPage/index.js +++ b/src/components/DashboardPage/index.js @@ -24,6 +24,7 @@ import { getCounterValueCode, localeSelector } from 'reducers/settings' import { updateOrderAccounts } from 'actions/accounts' import { saveSettings } from 'actions/settings' +import UpdateNotifier from 'components/UpdateNotifier' import BalanceInfos from 'components/BalanceSummary/BalanceInfos' import BalanceSummary from 'components/BalanceSummary' import Box from 'components/base/Box' @@ -139,6 +140,7 @@ class DashboardPage extends PureComponent { return ( + diff --git a/src/components/SettingsPage/sections/Display.js b/src/components/SettingsPage/sections/Display.js index 2a34beb1..f2056439 100644 --- a/src/components/SettingsPage/sections/Display.js +++ b/src/components/SettingsPage/sections/Display.js @@ -165,6 +165,7 @@ class TabProfile extends PureComponent {