Skip to content

Commit 5f88c33

Browse files
shun2wangJorisGoosen
authored andcommitted
chore:Update required Windows version to 1903
1 parent 225194c commit 5f88c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wix/JASP.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Merge Id="VCRedist" SourceFile="$(var.RedistMergeModule)" DiskId="1" Language="0"/>
2424
</DirectoryRef>
2525

26-
<Condition Message="JASP is only supported on Windows 10 version 1809 or newer!">
26+
<Condition Message="JASP is only supported on Windows 10 version 1903 or newer!">
2727
<![CDATA[Installed OR (VersionNT >= 603 OR VersionNT >= 1000)]]>
2828
</Condition>
2929

0 commit comments

Comments
 (0)