Browse Source

Ledger Wallet Desktop -> Ledger Live

master
meriadec 7 years ago
parent
commit
990676d76b
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 4
      electron-builder.yml
  2. 8
      package.json
  3. 2
      scripts/publish-storybook.sh
  4. 2
      src/components/ThrowBlock.js

4
electron-builder.yml

@ -1,9 +1,9 @@
appId: com.ledger.desktop appId: com.ledger.live
buildDependenciesFromSource: true buildDependenciesFromSource: true
protocols: protocols:
name: Ledger Wallet Desktop name: Ledger Live
schemes: schemes:
- ledgerhq - ledgerhq

8
package.json

@ -1,8 +1,8 @@
{ {
"name": "ledger-wallet-desktop", "name": "ledger-live-desktop",
"productName": "Ledger Wallet Desktop", "productName": "Ledger Live",
"description": "Ledger Wallet Desktop", "description": "Ledger Live - Desktop",
"repository": "https://github.com/LedgerHQ/ledger-wallet-desktop", "repository": "https://github.com/LedgerHQ/ledger-live-desktop",
"version": "0.1.0", "version": "0.1.0",
"author": "Ledger", "author": "Ledger",
"license": "MIT", "license": "MIT",

2
scripts/publish-storybook.sh

@ -11,7 +11,7 @@ cp -R static/fonts/rubik storybook-static/static/fonts
cd storybook-static cd storybook-static
git init git init
git remote add origin git@github.com:LedgerHQ/ledger-wallet-desktop.git git remote add origin git@github.com:LedgerHQ/ledger-live-desktop.git
git add . git add .
git commit -m 'deploy storybook' git commit -m 'deploy storybook'
git push -f origin master:gh-pages git push -f origin master:gh-pages

2
src/components/ThrowBlock.js

@ -60,7 +60,7 @@ ${error.stack}
\`\`\` \`\`\`
`, `,
}) })
shell.openExternal(`https://github.com/LedgerHQ/ledger-wallet-desktop/issues/new?${q}`) shell.openExternal(`https://github.com/LedgerHQ/ledger-live-desktop/issues/new?${q}`)
} }
handleRestart = () => { handleRestart = () => {

Loading…
Cancel
Save