Skip to content

Commit

Permalink
added Leap 15.4 WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
belphegor-belbel committed Jun 13, 2022
1 parent 168a41c commit d996c16
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 @@ -1259,6 +1259,10 @@ lbl_hyperverrorsnodelete:
; open Microsoft Store
MessageBox MB_OK|MB_ICONINFORMATION "$(STRING_LINUXONWIN_BEFORESTORE)"
ExecShell "open" "https://www.microsoft.com/store/p/app/9n6j06bmcgt3"
${ElseIf} $distribution == "openSUSE Leap 15.4"
; open Microsoft Store
MessageBox MB_OK|MB_ICONINFORMATION "$(STRING_LINUXONWIN_BEFORESTORE)"
ExecShell "open" "https://www.microsoft.com/store/p/app/9pjpfjhrm62v"
${Else}
MessageBox MB_OK|MB_ICONSTOP "$(STRING_LINUXONWIN_NOTFOUNDONSTORE)"
${EndIf}
Expand Down

0 comments on commit d996c16

Please sign in to comment.