From f1e39d85d34268a8664ab0c9ffe395b175953876 Mon Sep 17 00:00:00 2001 From: Bushstar Date: Mon, 11 Dec 2023 11:24:37 +0000 Subject: [PATCH] Update Windows package binary path --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 22c22d462d6..b60b7125640 100755 --- a/make.sh +++ b/make.sh @@ -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}" ./*