Skip to content

Commit

Permalink
Update Windows release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Dec 1, 2023
1 parent 62dec9d commit cdcaa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/win/make_release_binaries.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else
cp $VCPKG_PATH/packages/openssl_x64-windows/bin/libcrypto-3-x64.dll .
cp $VCPKG_PATH/packages/getopt-win32_x64-windows/bin/getopt.dll .
}
cp $VCPKG_PATH/packages/zlib_$ARCH-windows/bin/zlib.dll .
cp $VCPKG_PATH/packages/zlib_$ARCH-windows/bin/zlib1.dll .

# Create missing directories
mkdir -p $LICENSES_DIR
Expand Down

0 comments on commit cdcaa52

Please sign in to comment.