Skip to content

Commit

Permalink
Merge pull request #459 from wavesplatform/client-473-release
Browse files Browse the repository at this point in the history
Client 473 release
  • Loading branch information
tsigel committed Feb 9, 2018
2 parents 39539fa + 2ea87e0 commit 17f42aa
Show file tree
Hide file tree
Showing 53 changed files with 1,544 additions and 1,083 deletions.
6 changes: 3 additions & 3 deletions electron-builder.json
@@ -1,7 +1,7 @@
{
"appId": "com.wavesplatform.client.lite",
"copyright": "Waves Platform",
"productName": "Waves Lite Client",
"productName": "Waves Client",
"files": "**/*",
"asar": true,
"compression": "normal",
Expand All @@ -17,7 +17,7 @@
"deb",
"zip"
],
"executableName": "waves-lite-client",
"executableName": "waves-client",
"icon": "electron/icons/icon128x128.png"
},
"mac": {
Expand All @@ -36,7 +36,7 @@
"icon": "electron/icons/icon.ico"
},
"nsis": {
"artifactName": "waves-lite-client[${env.WAVES_CONFIGURATION}]-setup-${version}.${ext}"
"artifactName": "waves-client[${env.WAVES_CONFIGURATION}]-setup-${version}.${ext}"
},
"dmg": {
"icon": null,
Expand Down
6 changes: 3 additions & 3 deletions electron/package.json
@@ -1,12 +1,12 @@
{
"name": "waves-lite-client",
"version": "1.0.0-beta.10",
"name": "waves-client",
"version": "1.0.0-beta.X",
"author": {
"name": "Waves Platform",
"email": "info@wavesplatform.com",
"url": "https://wavesplatform.com"
},
"description": "A lite client for Waves platform",
"description": "The official client application for the Waves platform",
"license": "Apache-2.0",
"main": "main.js"
}

0 comments on commit 17f42aa

Please sign in to comment.