mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-10 07:28:03 +08:00
增加 MacOS 的支持
This commit is contained in:
parent
ffd41b882e
commit
54cf06b932
@ -2,11 +2,12 @@
|
|||||||
"pluginName": "关闭进程",
|
"pluginName": "关闭进程",
|
||||||
"description": "列出当前运行的所有进程,左键进行关闭,右键进行重启",
|
"description": "列出当前运行的所有进程,左键进行关闭,右键进行重启",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"author": "云之轩",
|
"author": "云之轩",
|
||||||
"homepage":"https://github.com/fofolee/uTools-ProcessKiller",
|
"homepage":"https://github.com/fofolee/uTools-ProcessKiller",
|
||||||
"logo": "logo.png",
|
"logo": "logo.png",
|
||||||
"platform": ["win32"],
|
"platform": ["win32", "darwin"],
|
||||||
|
"unpack":"{IconExtractor.exe,Newtonsoft.Json.dll,file-icon}",
|
||||||
"preload":"preload.js",
|
"preload":"preload.js",
|
||||||
"features": [{
|
"features": [{
|
||||||
"code": "kill",
|
"code": "kill",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user