diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-28 23:04:26 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-28 23:04:26 +0000 |
commit | cd78a27711d4f34e571b800c11a8bf0c0075cec2 (patch) | |
tree | 606466b1c79f56b0873bb9997f9cec5af83a4d80 | |
parent | fb0fa5f2cc62c2cc9757f0ff65e4a1c975584760 (diff) |
oops, sh didn't like that case syntax, let's try this
svn path=/trunk/; revision=6049
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index 645f214a..8e50ee5a 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -71,6 +71,8 @@ case $SYSTEM in upload_build darwin_app . dmg ;; MINGW*) + upload_build win32_inno Output exe + ;; CYGWIN*) upload_build win32_inno Output exe ;; |