pacmc: Improve license name, fix extract_dir (#273)
Co-authored-by: jakob <58533269+r0yzer@users.noreply.github.com> Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>master
parent
31a55e88db
commit
e0f652dfa2
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"version": "0.1.1",
|
||||
"description": "An easy to use package manager for Fabric Minecraft mods.",
|
||||
"license": "GPL-3.0",
|
||||
"url": "https://github.com/bluefireoly/pacmc/releases/download/0.1.1/pacmc-0.1.1.zip#/pacmc.zip",
|
||||
"extract_dir": "pacmc-$version",
|
||||
"version": "0.1.2",
|
||||
"description": "An easy to use package manager for Fabric Minecraft mods",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"url": "https://github.com/bluefireoly/pacmc/releases/download/0.1.2/pacmc-0.1.2.zip",
|
||||
"extract_dir": "pacmc-0.1.2",
|
||||
"bin": "bin/pacmc.bat",
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/bluefireoly/pacmc/releases/download/$version/pacmc-$version.zip"
|
||||
"url": "https://github.com/bluefireoly/pacmc/releases/download/$version/pacmc-$version.zip",
|
||||
"extract_dir": "pacmc-$version"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/bluefireoly/pacmc"
|
||||
|
@ -19,4 +20,3 @@
|
|||
},
|
||||
"homepage": "https://github.com/bluefireoly/pacmc"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue