From 54cf06b932ea9826f7b9ed231450db1c796e815f Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 24 Apr 2019 19:29:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20MacOS=20=E7=9A=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index c0e1e58..8574306 100644 --- a/plugin.json +++ b/plugin.json @@ -2,11 +2,12 @@ "pluginName": "关闭进程", "description": "列出当前运行的所有进程,左键进行关闭,右键进行重启", "main": "index.html", - "version": "0.0.4", + "version": "0.0.5", "author": "云之轩", "homepage":"https://github.com/fofolee/uTools-ProcessKiller", "logo": "logo.png", - "platform": ["win32"], + "platform": ["win32", "darwin"], + "unpack":"{IconExtractor.exe,Newtonsoft.Json.dll,file-icon}", "preload":"preload.js", "features": [{ "code": "kill",