Skip to content

Commit

Permalink
Applied updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Oct 30, 2023
1 parent 2214343 commit aa2af5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions synczlib.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Script that synchronizes zlib.
#
# Version: 20221022
# Version: 20230926

Function ExtractZip($Filename)
{
Expand All @@ -27,9 +27,9 @@ Function ExtractZip($Filename)
}
}

$Filename = "${pwd}\zlib1213.zip"
$Url = "http://zlib.net/zlib1213.zip"
$ExtractedPath = "zlib-1.2.13"
$Filename = "${pwd}\zlib13.zip"
$Url = "http://zlib.net/zlib13.zip"
$ExtractedPath = "zlib-1.3"
$DestinationPath = "..\zlib"

If (Test-Path ${Filename})
Expand Down

0 comments on commit aa2af5c

Please sign in to comment.