Skip to content

Commit

Permalink
custom config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makc committed May 31, 2013
1 parent 9c7d206 commit a750f72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ColtPlugin/PluginMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ private void OpenInCOLT()

if (settingObject.FullConfig)
{
stream.WriteLine("compilerOptions=-load-config+\\=\"" + EscapeForCOLT(project.GetAbsolutePath(configCopy)) + "\"");
stream.WriteLine("useCustomSDKConfiguration=true");
stream.WriteLine("customConfigPath=" + EscapeForCOLT(project.GetAbsolutePath(configCopy)) + "\"");
}

stream.WriteLine("target=SWF"); // use project.MovieOptions.Platform switch ??
Expand Down

0 comments on commit a750f72

Please # to comment.