Skip to content

Commit

Permalink
added Leap 15.5 WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
belphegor-belbel committed Jun 18, 2023
1 parent e05c268 commit f7ba990
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openSUSE_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,10 @@ lbl_hyperverrorsnodelete:
; open Microsoft Store
MessageBox MB_OK|MB_ICONINFORMATION "$(STRING_LINUXONWIN_BEFORESTORE)"
ExecShell "open" "https://www.microsoft.com/store/p/app/9pjpfjhrm62v"
${ElseIf} $distribution == "openSUSE Leap 15.5"
; open Microsoft Store
MessageBox MB_OK|MB_ICONINFORMATION "$(STRING_LINUXONWIN_BEFORESTORE)"
ExecShell "open" "https://www.microsoft.com/store/p/app/9njgldp5g04b"
${Else}
MessageBox MB_OK|MB_ICONSTOP "$(STRING_LINUXONWIN_NOTFOUNDONSTORE)"
${EndIf}
Expand Down

0 comments on commit f7ba990

Please sign in to comment.