diff --git a/electron-builder.yml b/electron-builder.yml index 6c182462..39cfac08 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,9 +1,9 @@ -appId: com.ledger.desktop +appId: com.ledger.live buildDependenciesFromSource: true protocols: - name: Ledger Wallet Desktop + name: Ledger Live schemes: - ledgerhq diff --git a/package.json b/package.json index dc0051a9..11a990f7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/publish-storybook.sh b/scripts/publish-storybook.sh index 33e39b1c..2155b071 100755 --- a/scripts/publish-storybook.sh +++ b/scripts/publish-storybook.sh @@ -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 diff --git a/src/components/ThrowBlock.js b/src/components/ThrowBlock.js index 0e98a92d..85a3f386 100644 --- a/src/components/ThrowBlock.js +++ b/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 = () => {