Skip to content

Commit

Permalink
feat: packaging (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb authored and daviddias committed Dec 7, 2017
1 parent 567e634 commit ee3a77b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
electronForge()
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,20 @@
]
},
"electronPackagerConfig": {
"packageManager": "npm",
"icon": "./node_modules/ipfs-logo/platform-icons/ipfs.ico"
"packageManager": "yarn",
"icon": "./src/img/icons/executable/ipfs.ico"
},
"electronWinstallerConfig": {
"name": "Station",
"setupIcon": "./node_modules/ipfs-logo/platform-icons/ipfs.ico"
"setupIcon": "./src/img/icons/executable/ipfs.ico",
"loadingGif": "./src/img/loading.gif"
},
"electronInstallerDMG": {
"icon": "./node_modules/ipfs-logo/platform-icons/ipfs.icns"
"icon": "./src/img/icons/executable/ipfs.icns"
},
"github_repository": {
"owner": "ipfs-shipyard",
"name": "station"
},
"windowsStoreConfig": {
"packageName": "Station",
"name": "Station"
}
}
},
Expand Down
Binary file added src/img/icons/executable/ipfs.icns
Binary file not shown.
Binary file added src/img/icons/executable/ipfs.ico
Binary file not shown.
Binary file added src/img/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee3a77b

Please sign in to comment.