git ssb

16+

Dominic / patchbay



Commit 96fe666f86ef5bb1574e9610e99a791c51a6c188

Add icon to dev mode as well

Anders Rune Jensen committed on 11/25/2017, 9:15:15 PM
Parent: e14e43d1799cff7533644ae2d43b264682976224

Files changed

package.jsonchanged
package.jsonView
@@ -6,9 +6,9 @@
66 "scripts": {
77 "lint": "standard",
88 "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell",
99 "start": "electron index.js -- --title patchbay",
10- "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay"
10 + "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay --icon ./assets/icon.png"
1111 },
1212 "browserify": {
1313 "transform": [
1414 "bulkify",

Built with git-ssb-web