Skip to content

Commit

Permalink
Correctly copy executables and dlls when making package
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Dec 29, 2023
1 parent d6b4997 commit c1bce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/toolchains/windows/create_package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
output_dir="16qam_receiver_windows_x64"
build_dir="build-windows/examples"
build_dir="build-windows"

# clean directory
rm -rf ${output_dir}
Expand Down

0 comments on commit c1bce80

Please sign in to comment.