bulk versions.json
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"defaultVariant": "cachyos-v4",
|
||||
"variables": {
|
||||
"owner": "CachyOS",
|
||||
"repo": "proton-cachyos",
|
||||
"releasePrefix": "cachyos-",
|
||||
"releaseSuffix": "-slr",
|
||||
"tarballPrefix": "proton-",
|
||||
"tarballSuffix": "-x86_64_v4.tar.xz"
|
||||
},
|
||||
"sources": {
|
||||
"proton": {
|
||||
"fetcher": "none"
|
||||
"fetcher": "url",
|
||||
"urlTemplate": "https://github.com/${owner}/${repo}/releases/download/${releasePrefix}${base}-${release}${releaseSuffix}/${tarballPrefix}${releasePrefix}${base}-${release}${releaseSuffix}${tarballSuffix}"
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
|
||||
Reference in New Issue
Block a user