mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Support for CLINK App (#1117)
* Support to CLINK App * Fixing json format to pass integration test * Using the own clink batch, which already check for architecture
This commit is contained in:
parent
badaddd646
commit
2f8143cf8d
12
clink.json
Normal file
12
clink.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"homepage": "https://mridgers.github.io/clink/",
|
||||
"url": "https://github.com/mridgers/clink/releases/download/0.4.8/clink_0.4.8.zip",
|
||||
"version": "0.4.8",
|
||||
"hash": "cc1e07c1000e95ebbe1c6480df53487261e6457a733b925e13665740c14e15aa",
|
||||
"extract_dir": "clink_0.4.8",
|
||||
"bin": [ "clink.bat" ],
|
||||
"notes": [
|
||||
"Run 'clink inject' to start clink on the current cmd",
|
||||
"Run 'clink autorun' to auto start clink"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user