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
Jakob K 2021-06-26 16:50:43 +02:00 committed by GitHub
parent 31a55e88db
commit e0f652dfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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"
}