Skip to content

Commit

Permalink
Minor bake png fix
Browse files Browse the repository at this point in the history
Reviewed by Tom
  • Loading branch information
tolmasky committed Oct 4, 2008
1 parent 529c380 commit a85e1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/bake/bake.j
Expand Up @@ -116,7 +116,7 @@ function build()
var tempPath = versionedPath+"-Stripped";

var pressCommand = ["press", versionedPath, tempPath];
if (options.press)
if (options.png)
pressCommand.push("--png");

var result = exec(pressCommand);
Expand Down

0 comments on commit a85e1b8

Please sign in to comment.