# HG changeset patch # User Steve Losh # Date 1347127767 14400 # Node ID 8533fffd9fbb690dfc8e334f91a10c72e35a6dce # Parent 35ae60ad86e727b544d7fb441bf2ead06202d403 Fix packaging script to include syntax files. diff -r 35ae60ad86e7 -r 8533fffd9fbb package.sh --- a/package.sh Sat Sep 08 14:08:12 2012 -0400 +++ b/package.sh Sat Sep 08 14:09:27 2012 -0400 @@ -1,3 +1,3 @@ #!/usr/bin/env bash -hg archive ~/Desktop/clam.zip -I 'doc' -I 'plugin' -I README.markdown -I LICENSE.markdown +hg archive ~/Desktop/clam.zip -I 'doc' -I 'plugin' -I 'clamsyntax' -I README.markdown -I LICENSE.markdown