Skip to content

Commit

Permalink
support win32
Browse files Browse the repository at this point in the history
  • Loading branch information
phobal committed May 3, 2018
1 parent 3f6d358 commit 3f237a3
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ivideo",
"productName": "i视频",
"version": "0.13.2",
"productName": "ivideo",
"version": "1.0.1",
"description": "一个视频播放器观看国内主流视频网站,不用单独下载各个平台客户端",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"browserslist": "electron 1.6",
"build": {
"productName": "i视频",
"appId": "org.develar.ivideo",
"productName": "ivideo",
"appId": "org.phobal.ivideo",
"files": [
"dist/",
"node_modules/",
Expand All @@ -58,7 +58,13 @@
},
"win": {
"target": [
"nsis"
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}
]
},
"linux": {
Expand Down

0 comments on commit 3f237a3

Please sign in to comment.