Skip to content

Commit

Permalink
Update Windows package binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Dec 11, 2023
1 parent d870a58 commit f1e39d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ package() {

if [[ "$target" == "x86_64-w64-mingw32" ]]; then
_ensure_enter_dir "${build_dir}"
zip -r "${pkg_path}" "${versioned_build_dir}/"
zip -r "${pkg_path}" "${versioned_build_dir}/__w/ain/ain/build/"
else
_ensure_enter_dir "${versioned_build_dir}"
_tar --transform "s,^./,${versioned_name}/," -czf "${pkg_path}" ./*
Expand Down

0 comments on commit f1e39d8

Please sign in to comment.