Set minimally supported Windows version in Inno Setup script.
By default commented to allow users build own versions for not supported versions. --HG-- branch : develop
This commit is contained in:
parent
e59be8ab71
commit
c8199b5e7f
1
dist/win/inno/valentina.iss
vendored
1
dist/win/inno/valentina.iss
vendored
|
@ -42,6 +42,7 @@ AppComments=Patternmaking program
|
||||||
AppContact={#MyAppURL}
|
AppContact={#MyAppURL}
|
||||||
AppCopyright={#MyAppCopyright}
|
AppCopyright={#MyAppCopyright}
|
||||||
ChangesAssociations=yes
|
ChangesAssociations=yes
|
||||||
|
;MinVersion=6.1
|
||||||
;SignTool=MySign
|
;SignTool=MySign
|
||||||
;Uncomment the previous string for code signing
|
;Uncomment the previous string for code signing
|
||||||
;The next string is an example of parameter SignTool. Should not be uncommented.
|
;The next string is an example of parameter SignTool. Should not be uncommented.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user