proton-cachy rename for convenience
This commit is contained in:
@@ -8,9 +8,8 @@
|
|||||||
owner ? "CachyOS",
|
owner ? "CachyOS",
|
||||||
repo ? "proton-cachyos",
|
repo ? "proton-cachyos",
|
||||||
# Variant selection (null -> use defaultVariant from version.json)
|
# Variant selection (null -> use defaultVariant from version.json)
|
||||||
variant ? null,
|
variant ? "cachyos-v4",
|
||||||
# Packaging/customization knobs
|
# Packaging/customization knobs
|
||||||
toolTitle ? null,
|
|
||||||
toolPattern ? "proton-.*",
|
toolPattern ? "proton-.*",
|
||||||
tarballPrefix ? "proton-",
|
tarballPrefix ? "proton-",
|
||||||
tarballSuffix ? "-x86_64_v4.tar.xz",
|
tarballSuffix ? "-x86_64_v4.tar.xz",
|
||||||
@@ -27,6 +26,8 @@ let
|
|||||||
base = vars.base;
|
base = vars.base;
|
||||||
release = vars.release;
|
release = vars.release;
|
||||||
|
|
||||||
|
toolTitle = "proton-${variant}-latest";
|
||||||
|
|
||||||
# Derived values for the current variant
|
# Derived values for the current variant
|
||||||
releaseVersion = "${releasePrefix}${base}-${release}${releaseSuffix}";
|
releaseVersion = "${releasePrefix}${base}-${release}${releaseSuffix}";
|
||||||
homepage = "https://github.com/${owner}/${repo}";
|
homepage = "https://github.com/${owner}/${repo}";
|
||||||
|
|||||||
Reference in New Issue
Block a user