New demos repository.

This commit is contained in:
Alexander Ljungberg
2013-01-19 02:21:12 +00:00
parent dfad18e047
commit c0b5ed6b3f
+1 -1
View File
@@ -263,7 +263,7 @@ task ("demos", function()
rm_rf(demosDir);
FILE.mkdirs(demosDir);
OS.system("curl -L http://github.com/280north/cappuccino-demos/zipball/master > " + zipQuoted);
OS.system("curl -L http://github.com/cappuccino/cappuccino-demos/zipball/master > " + zipQuoted);
OS.system("(cd " + demosQuoted + " && unzip " + zipQuoted + " -d demos)");
require("objective-j");