Skip to content

Commit

Permalink
feat: [tool] Add a default tool
Browse files Browse the repository at this point in the history
Add `UOS应用迁移助手` to the default tool

Log: Add a default tool
  • Loading branch information
Kakueeen authored and deepin-mozart committed Oct 28, 2024
1 parent 28707cd commit 0ad7955
Showing 1 changed file with 38 additions and 13 deletions.
51 changes: 38 additions & 13 deletions src/plugins/binarytools/configure/default_binarytools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "1.1",
"version" : "1.2",
"groups": [
{
"name": "",
Expand Down Expand Up @@ -175,23 +175,48 @@
"channelData": "%{CurrentDocument:Content}",
"triggerEvent" : 0
}
},
{
"addToToolbar": false,
"arguments": "",
"command": "deepin-wine-builder",
"description": "一款专为Linux用户设计的便捷工具,可以轻松便捷地享受Windows应用程序",
"environment": {},
"errorOutputOption": 1,
"icon": "binarytools_flag",
"id": "deepin-wine-builder",
"name": "UOS应用迁移助手",
"outputOption": 1,
"type": 0,
"workingDirectory": "",
"advance": {
"missingHint": "工具执行程序未找到,请通过商店搜索“UOS应用迁移助手”进行下载",
"installCommand": "",
"triggerEvent" : 0
}
}
]
}
],
"update": [
{
"version": "1.0",
"list" : [
"deploy-development-environment"
]
},
{
"version": "1.1",
"list" : [
"hunspell",
"clang-format"
]
{
"version": "1.0",
"list" : [
"deploy-development-environment"
]
},
{
"version": "1.1",
"list" : [
"hunspell",
"clang-format"
]
},
{
"version": "1.2",
"list" : [
"deepin-wine-builder"
]
}
]
}

0 comments on commit 0ad7955

Please sign in to comment.