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",