summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Bateman <simeon@simb.net>2011-02-22 18:22:26 -0800
committerSimeon Bateman <simeon@simb.net>2011-02-22 18:22:26 -0800
commit0dca2ea48030cf0bdabc1c140892dda6df3ec25e (patch)
treeaa0dbd949a5199a0c09f3783c7b04c6388bfc70e
parent02f4352ec60666098807e6a9a9be12ad15c9979d (diff)
downloadweb-socket-js-0dca2ea48030cf0bdabc1c140892dda6df3ec25e.tar.gz
changed build to not removed swc
-rwxr-xr-xflash-src/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash-src/build.sh b/flash-src/build.sh
index 80307ab..3a37cf2 100755
--- a/flash-src/build.sh
+++ b/flash-src/build.sh
@@ -8,6 +8,6 @@ mxmlc -static-link-runtime-shared-libraries -output=../WebSocketMainInsecure.swf
compc -source-path . -include-classes WebSocket IWebSocketWrapper -output=../WebSocket.swc &&
cd .. &&
zip WebSocketMainInsecure.zip WebSocketMainInsecure.swf WebSocket.swc &&
-rm WebSocketMainInsecure.swf &&
-rm WebSocket.swc
+rm WebSocketMainInsecure.swf
+