aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package.sh b/scripts/package.sh
index 7a26a619..69dd7cd8 100755
--- a/scripts/package.sh
+++ b/scripts/package.sh
@@ -84,7 +84,7 @@ proj="bc"
cd "$repo"
-if [ ! -f "../Debug.zig" ] || [ ! -f "../Release.zip" ]; then
+if [ ! -f "../Debug.zip" ] || [ ! -f "../Release.zip" ]; then
printf 'Must have Windows builds!\n'
exit 1
fi