Skip to content

Commit ec166f5

Browse files
committed
update icon, build for linux - ready for v0.6 release
1 parent e0b30e6 commit ec166f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/icon.png

-75 KB
Loading

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
},
2020
"mac": {
2121
"category": "public.app-category.music"
22+
},
23+
"linux": {
24+
"target": "tar.gz"
2225
}
2326
},
2427
"resolutions": {
@@ -55,7 +58,7 @@
5558
},
5659
"scripts": {
5760
"preelectron-pack": "yarn run build",
58-
"electron-pack": "electron-builder build -m -w -c.extraMetadata.main=build/electron.js",
61+
"electron-pack": "electron-builder build -l -m -w -c.extraMetadata.main=build/electron.js",
5962
"electron-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\"",
6063
"postinstall": "electron-builder install-app-deps",
6164
"build-css": "node-sass-chokidar src/ -o src/",

0 commit comments

Comments
 (0)