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:
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.
|
||||||
|
Reference in New Issue
Block a user