aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-12-20 17:48:41 +0800
committerMistivia <i@mistivia.com>2025-12-20 17:48:41 +0800
commitb30869239ae0f53bb178c9ef7cb6d22c87e33d7c (patch)
tree30b0d09cb04ed7f8de9c9b95134d5b8004216184
parent255e6606bbfaf47471002e88fc24cf7ebea39e4b (diff)
fix zip
-rw-r--r--build-windows.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-windows.sh b/build-windows.sh
index b642459..7d9b8ad 100644
--- a/build-windows.sh
+++ b/build-windows.sh
@@ -9,4 +9,4 @@ mkdir ezlive-windows-build
cp $(ldd ezlive | grep -v '/c/Windows' | awk '{ print $3 }') ezlive-windows-build/
cp ezlive ezlive-windows-build/
cp config.example.txt ezlive-windows-build/
-zip ezlive-windows-build.zip ezlive-windows-build \ No newline at end of file
+zip ezlive-windows-build.zip $(find ezlive-windows-build -name '*') \ No newline at end of file