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

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Ju committed Jan 24, 2018
1 parent 7a2c875 commit 159d03c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-xiami",
"version": "1.1.0",
"version": "1.2.0",
"description": "Xiami Electron desktop application",
"main": "src/main.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,12 @@
"appId": "nz.co.enkru.${name}",
"linux": {
"category": "Audio",
"target": ["AppImage", "deb", "pacman", "tar.xz"]
"target": [
"AppImage",
"deb",
"pacman",
"tar.xz"
]
}
}
}

0 comments on commit 159d03c

Please sign in to comment.