mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-23 07:55:45 +00:00
Windows installer: require XP or higher.
Trying to run pandoc on Win2K yields: "addrinfo could not be located in the dynamic link library WS2_32.dll". This is a function added in XP.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
; Do not use the same AppId value in installers for other applications.
|
||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||
AppId={{3CEE7B38-B19D-4980-9CAD-DF53600BD4CA}
|
||||
; Version 5.1 is XP
|
||||
MinVersion=5.1,5.1
|
||||
AppName=Pandoc
|
||||
AppVerName=Pandoc 1.9.1.1
|
||||
AppPublisher=John MacFarlane
|
||||
|
||||
Reference in New Issue
Block a user