From 3f237a39972a1dcc74242a9b9f0dea5b8919d349 Mon Sep 17 00:00:00 2001 From: phobal Date: Thu, 3 May 2018 18:30:12 +0800 Subject: [PATCH] support win32 --- package.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 463c402..c996388 100644 --- a/package.json +++ b/package.json @@ -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\"", @@ -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/", @@ -58,7 +58,13 @@ }, "win": { "target": [ - "nsis" + { + "target": "nsis", + "arch": [ + "x64", + "ia32" + ] + } ] }, "linux": {