Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

Commit 159d03c

Browse files
author
Howard Ju
committed
1.2.0
1 parent 7a2c875 commit 159d03c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-xiami",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Xiami Electron desktop application",
55
"main": "src/main.js",
66
"scripts": {
@@ -39,7 +39,12 @@
3939
"appId": "nz.co.enkru.${name}",
4040
"linux": {
4141
"category": "Audio",
42-
"target": ["AppImage", "deb", "pacman", "tar.xz"]
42+
"target": [
43+
"AppImage",
44+
"deb",
45+
"pacman",
46+
"tar.xz"
47+
]
4348
}
4449
}
4550
}

0 commit comments

Comments
 (0)