Skip to content

Commit

Permalink
fix Zadig HTTPS download and file selection issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Jul 26, 2018
1 parent 4cbd90f commit 38f4820
Show file tree
Hide file tree
Showing 11 changed files with 891 additions and 323 deletions.
8 changes: 4 additions & 4 deletions examples/wdi-simple.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,719,0
PRODUCTVERSION 1,3,719,0
FILEVERSION 1,3,720,0
PRODUCTVERSION 1,3,720,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -25,13 +25,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "akeo.ie"
VALUE "FileDescription", "WDI-Simple"
VALUE "FileVersion", "1.3.719"
VALUE "FileVersion", "1.3.720"
VALUE "InternalName", "WDI-Simple"
VALUE "LegalCopyright", "� 2010-2018 Pete Batard (LGPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
VALUE "OriginalFilename", "wdi-simple.exe"
VALUE "ProductName", "WDI-Simple"
VALUE "ProductVersion", "1.3.719"
VALUE "ProductVersion", "1.3.720"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
Expand Down
8 changes: 4 additions & 4 deletions examples/zadic.rc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,719,0
PRODUCTVERSION 1,3,719,0
FILEVERSION 1,3,720,0
PRODUCTVERSION 1,3,720,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -74,13 +74,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "akeo.ie"
VALUE "FileDescription", "Zadic"
VALUE "FileVersion", "1.3.719"
VALUE "FileVersion", "1.3.720"
VALUE "InternalName", "Zadic"
VALUE "LegalCopyright", "� 2010-2018 Pete Batard (LGPL v3)"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
VALUE "OriginalFilename", "zadic.exe"
VALUE "ProductName", "Zadic"
VALUE "ProductVersion", "1.3.719"
VALUE "ProductVersion", "1.3.720"
VALUE "Comments", "http://libwdi.akeo.ie"
END
END
Expand Down
Loading

0 comments on commit 38f4820

Please sign in to comment.