Skip to content

Commit

Permalink
try again to support older JAWS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella committed Feb 13, 2020
1 parent 6295286 commit e7438ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MuseScore/JAWS/jfw_musescore3.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Function JAWSProgramPathsToListItems
call getJAWSExeVersion
${DetailPrint} "JAWS $JAWSBuild:"
; Outlaw JAWS versions that are not fit for these scripts.
${If} $JAWSVersion < 18.0
${If} $JAWSVersion < 11.0
${DetailPrint} "These scripts will not work with this version. Skipping this JAWS version."
${Continue}
${EndIf}
Expand Down

0 comments on commit e7438ec

Please sign in to comment.