mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
* apngasm: update to version 3.1.0 * Update bucket/apngasm.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
17 lines
606 B
JSON
17 lines
606 B
JSON
{
|
|
"version": "3.1.0",
|
|
"description": "The next generation of APNG Assembler.",
|
|
"homepage": "https://github.com/apngasm/apngasm",
|
|
"license": "zlib-acknowledgement",
|
|
"url": "https://github.com/apngasm/apngasm/releases/download/3.1.1/apngasm_3.1-0_AMD64.exe#/dl.7z",
|
|
"hash": "692147D9BF4D5D1DB1043E44A38A8F9A5E97425CCA49C951FF58B37800B9851E",
|
|
"pre_install": "'$PLUGINSDIR', 'Uninstall.exe' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse -Force }",
|
|
"bin": [
|
|
"bin\\apngasm.exe",
|
|
[
|
|
"bin\\apngasm.exe",
|
|
"apngasm-cli"
|
|
]
|
|
]
|
|
}
|