From 1e069c87906e21ca2723ba347b1ccbfdea1d1706 Mon Sep 17 00:00:00 2001 From: S Date: Mon, 15 May 2017 21:20:27 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Fix:=20mac=E3=81=8C=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=89=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E3=81=AE=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20refs=20#38?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index db92096..0b999e0 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "start:mac": "build -m --dir && ./dist/mac/BlitzModder", "build": "gulp", "pack": "npm run pack:win && npm run pack:mac", - "pack:win": "npm run build && build -w --ia32 --x64", - "pack:mac": "npm run build && build -m" + "pack:win": "npm run build && build -w --ia32 --x64 -p never", + "pack:mac": "npm run build && build -m -p never" }, "author": "S(FV293b)", "repository": { @@ -53,7 +53,6 @@ "appId": "xyz.4na.29314.BlitzModderPC", "copyright": "(C) S(FV293b) 2016", "electronVersion": "1.6.2", - "publish": "never", "mac": { "category": "public.app-category.games", "target": [ From e0a67aff282d0a2d18bc73140744c041a27ad23d Mon Sep 17 00:00:00 2001 From: S Date: Mon, 15 May 2017 21:20:36 +0900 Subject: [PATCH 2/2] Release: 1.4.3 --- package.json | 2 +- src/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b999e0..5a4d52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BlitzModder", - "version": "1.4.2", + "version": "1.4.3", "description": "Mod manager for World of Tanks Blitz(PC)", "main": "bin/core/core.js", "scripts": { diff --git a/src/package.json b/src/package.json index 8eb56b0..dff637a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "BlitzModder", - "version": "1.4.2", + "version": "1.4.3", "description": "Mod manager for World of Tanks Blitz(PC)", "main": "core/core.js", "author": "S(FV293b)",