mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-21 09:50:41 +00:00
Fix capp gen -f with no path.
This commit is contained in:
@@ -45,8 +45,8 @@ function gen(/*va_args*/)
|
||||
}
|
||||
}
|
||||
|
||||
if (!justFrameworks && destination.length === 0)
|
||||
destination = "Untitled";
|
||||
if (destination.length === 0)
|
||||
destination = justFrameworks ? "." : "Untitled";
|
||||
|
||||
var sourceTemplate = null;
|
||||
if (File.isAbsolute(template))
|
||||
|
||||
Reference in New Issue
Block a user