Commit 96fe666f86ef5bb1574e9610e99a791c51a6c188
Add icon to dev mode as well
Anders Rune Jensen committed on 11/25/2017, 9:15:15 PMParent: e14e43d1799cff7533644ae2d43b264682976224
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -6,9 +6,9 @@ | ||
6 | 6 … | "scripts": { |
7 | 7 … | "lint": "standard", |
8 | 8 … | "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell", |
9 | 9 … | "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" | |
11 | 11 … | }, |
12 | 12 … | "browserify": { |
13 | 13 … | "transform": [ |
14 | 14 … | "bulkify", |
Built with git-ssb-web