From f62f66dbdd8a059fe9c391125c368919560dcfd2 Mon Sep 17 00:00:00 2001 From: belphegor-belbel Date: Sun, 5 May 2024 13:59:20 +0900 Subject: [PATCH] Added Leap 15.6 (but not default) --- openSUSE_installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openSUSE_installer.nsi b/openSUSE_installer.nsi index aa63072..b3bfead 100644 --- a/openSUSE_installer.nsi +++ b/openSUSE_installer.nsi @@ -345,7 +345,7 @@ Function "ShowDistributionSelection" ; set currently supported versions WriteIniStr ${DISTSELECT_INI} "Field 2" "ListItems" \ - "$R1openSUSE Leap 15.5|openSUSE Leap 15.4|openSUSE Leap 15.3|openSUSE Leap 15.2|openSUSE Leap 15.1|openSUSE Leap 15.0|openSUSE Tumbleweed|openSUSE Leap 42.3" + "$R1openSUSE Leap 15.6|openSUSE Leap 15.5|openSUSE Leap 15.4|openSUSE Leap 15.3|openSUSE Leap 15.2|openSUSE Leap 15.1|openSUSE Leap 15.0|openSUSE Tumbleweed|openSUSE Leap 42.3" ${Else} ; when x86_64 is not supported..