|
@@ -67,7 +67,8 @@ public class BannerTask : Task
|
|
|
catch (Exception e)
|
|
catch (Exception e)
|
|
|
{
|
|
{
|
|
|
Log.LogError("ENET-CSharp Build Error: " + e.Message);
|
|
Log.LogError("ENET-CSharp Build Error: " + e.Message);
|
|
|
- _taskSucceeded = false;
|
|
|
|
|
|
|
+ // c6: oh i know how to fix that; it needs to just skip the console output thing if its win7
|
|
|
|
|
+ // _taskSucceeded = false;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return _taskSucceeded;
|
|
return _taskSucceeded;
|