meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
4 changed files with
8 additions and
8 deletions
-
electron-builder.yml
-
package.json
-
scripts/publish-storybook.sh
-
src/components/ThrowBlock.js
|
|
@ -1,9 +1,9 @@ |
|
|
|
appId: com.ledger.desktop |
|
|
|
appId: com.ledger.live |
|
|
|
|
|
|
|
buildDependenciesFromSource: true |
|
|
|
|
|
|
|
protocols: |
|
|
|
name: Ledger Wallet Desktop |
|
|
|
name: Ledger Live |
|
|
|
schemes: |
|
|
|
- ledgerhq |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
{ |
|
|
|
"name": "ledger-wallet-desktop", |
|
|
|
"productName": "Ledger Wallet Desktop", |
|
|
|
"description": "Ledger Wallet Desktop", |
|
|
|
"repository": "https://github.com/LedgerHQ/ledger-wallet-desktop", |
|
|
|
"name": "ledger-live-desktop", |
|
|
|
"productName": "Ledger Live", |
|
|
|
"description": "Ledger Live - Desktop", |
|
|
|
"repository": "https://github.com/LedgerHQ/ledger-live-desktop", |
|
|
|
"version": "0.1.0", |
|
|
|
"author": "Ledger", |
|
|
|
"license": "MIT", |
|
|
|
|
|
@ -11,7 +11,7 @@ cp -R static/fonts/rubik storybook-static/static/fonts |
|
|
|
cd storybook-static |
|
|
|
|
|
|
|
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 commit -m 'deploy storybook' |
|
|
|
git push -f origin master:gh-pages |
|
|
|
|
|
@ -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 = () => { |
|
|
|