Skip to content

Commit

Permalink
added Leap 15.1 (but not default)
Browse files Browse the repository at this point in the history
  • Loading branch information
belphegor-belbel committed Oct 30, 2018
1 parent fae74f3 commit 915b28d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openSUSE_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Function "ShowDistributionSelection"

; set currently supported versions
WriteIniStr ${DISTSELECT_INI} "Field 2" "ListItems" \
"$R1openSUSE Leap 15.0|openSUSE Tumbleweed|openSUSE Leap 42.3"
"$R1openSUSE Leap 15.1|openSUSE Leap 15.0|openSUSE Tumbleweed|openSUSE Leap 42.3"
${Else}
; when x86_64 is not supported..

Expand Down Expand Up @@ -1221,6 +1221,7 @@ lbl_hyperverrorsnodelete:
MessageBox MB_OK|MB_ICONINFORMATION "$(STRING_LINUXONWIN_BEFORESTORE)"
ExecShell "open" "https://www.microsoft.com/store/p/app/9njvjts82tjx"
${ElseIf} $distribution == "openSUSE Leap 15.0"
${OrIf} $distribution == "openSUSE Leap 15.1"
; open Microsoft Store
MessageBox MB_OK|MB_ICONINFORMATION "$(STRING_LINUXONWIN_BEFORESTORE)"
ExecShell "open" "https://www.microsoft.com/store/p/app/9n1tb6fpvj8c"
Expand Down

0 comments on commit 915b28d

Please sign in to comment.