ear: Inheriting from Application instead of GuiApplication
[sdk] / ear / cmd / ear.ec
index 802e996..eb92e7a 100644 (file)
@@ -388,7 +388,7 @@ static void MoveFileInArchive(Archive* archive, char * sourcePath, char * output
 
 static bool quiet;
 
-class EARApp : GuiApplication
+class EARApp : Application
 {
    void Main()
    {