mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
abc: Add version 1.0.0-beta.1 (#1289)
* abc: Manifest for 1.0.0-beta.1 added * abc: pre_install part for the .exe extension added * abc: fixed a JSON format error and changed the binary name * abc: UTF-8 BOM issue fixed
This commit is contained in:
parent
ff83978b89
commit
8f4be17e26
11
bucket/abc.json
Normal file
11
bucket/abc.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://github.com/appbaseio/abc",
|
||||||
|
"description": "Command-line tool to interact with appbase.io",
|
||||||
|
"version": "1.0.0-beta.1",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"url": "https://github.com/appbaseio/abc/releases/download/1.0.0-beta.1/abc-windows.zip",
|
||||||
|
"hash": "5fe08d7f8197e683abdb0adc91f6bc5db57f2bc1c2e13dd3bacf4c73de841548",
|
||||||
|
"bin": "abc.exe",
|
||||||
|
"pre_install": "if(Test-Path \"$dir\\abc-windows\") { Rename-Item \"$dir\\abc-windows\" \"$dir\\abc.exe\" }",
|
||||||
|
"checkver": "github"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user