diff --git a/rancher/arch-mappings b/rancher/arch-mappings new file mode 100644 index 0000000..c1908f9 --- /dev/null +++ b/rancher/arch-mappings @@ -0,0 +1,3 @@ +x86_64=.x86_64 +arm64=.aarch64 +*= diff --git a/rancher/ext-mappings b/rancher/ext-mappings new file mode 100644 index 0000000..1bcece4 --- /dev/null +++ b/rancher/ext-mappings @@ -0,0 +1,4 @@ +windows=exe +mac=dmg +*=zip + diff --git a/rancher/os-mappings b/rancher/os-mappings new file mode 100644 index 0000000..d607f0f --- /dev/null +++ b/rancher/os-mappings @@ -0,0 +1,3 @@ +windows=Rancher.Desktop.Setup. +mac=Rancher.Desktop- +*=rancher-desktop-linux-v diff --git a/rancher/urls b/rancher/urls new file mode 100644 index 0000000..1579371 --- /dev/null +++ b/rancher/urls @@ -0,0 +1 @@ +https://github.com/rancher-sandbox/rancher-desktop/releases/download/v${version}/${os}${version}${arch}.${ext} \ No newline at end of file