Skip to content

Commit

Permalink
Fix file name for win build. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Jan 2, 2024
1 parent b549efe commit 20c0bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightspark-crypto-python/scripts/generate-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ rustup target add x86_64-pc-windows-msvc
cargo build --profile release-smaller --target x86_64-pc-windows-msvc

echo "Copying libraries..."
cp target/x86_64-pc-windows-msvc/release-smaller/lightspark_crypto.dll lightspark-crypto-python/src/lightspark_crypto/lightspark_crypto.dll
cp target/x86_64-pc-windows-msvc/release-smaller/lightspark_crypto.dll lightspark-crypto-python/src/lightspark_crypto/uniffi_lightspark_crypto.dll

echo "All done!"
2 changes: 1 addition & 1 deletion lightspark-crypto-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="lightspark_crypto_python",
version="0.1.5",
version="0.1.6",
description="The Python language bindings for lightspark crypto operations",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 20c0bcc

Please sign in to comment.