Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 20, 2023
1 parent 949ca9e commit a0b3e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ci/build-tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ cp crates/c-api/wasm-c-api/include/wasm.h tmp/$api_pkgname/include

fmt=tar
if [ "$platform" = "x86_64-windows" ]; then
cp target/release/wasmtime.exe tmp/$bin_pkgname/wasmtime$min.exe
cp target/release/{wasmtime.dll,wasmtime.lib,wasmtime.dll.lib} tmp/$api_pkgname/lib
cp target/$target/release/wasmtime.exe tmp/$bin_pkgname/wasmtime$min.exe
cp target/$target/release/wasmtime.dll tmp/$api_pkgname/lib/wasmtime$min.dll
cp target/$target/release/wasmtime.lib tmp/$api_pkgname/lib/wasmtime$min.lib
cp target/$target/release/wasmtime.dll.lib tmp/$api_pkgname/lib/wasmtime$min.dll.lib
Expand Down
2 changes: 1 addition & 1 deletion ci/wasmtime.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<DirectoryRef Id="BINDIR">
<Component Id="wasmtime.exe" Guid="*">
<File Id="wasmtime.exe" Source="target\release\wasmtime.exe" KeyPath="yes" Checksum="yes"/>
<File Id="wasmtime.exe" Source="target\x86_64-pc-windows-msvc\release\wasmtime.exe" KeyPath="yes" Checksum="yes"/>
</Component>
</DirectoryRef>

Expand Down

0 comments on commit a0b3e11

Please sign in to comment.