We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b30e6 commit ec166f5Copy full SHA for ec166f5
assets/icon.png
-75 KB
package.json
@@ -19,6 +19,9 @@
19
},
20
"mac": {
21
"category": "public.app-category.music"
22
+ },
23
+ "linux": {
24
+ "target": "tar.gz"
25
}
26
27
"resolutions": {
@@ -55,7 +58,7 @@
55
58
56
59
"scripts": {
57
60
"preelectron-pack": "yarn run build",
- "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",
62
"electron-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\"",
63
"postinstall": "electron-builder install-app-deps",
64
"build-css": "node-sass-chokidar src/ -o src/",
0 commit comments