Mark Sibly 7 years ago
parent
commit
71b5afb2f4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/mx2cc/mx2cc.monkey2

+ 0 - 1
src/mx2cc/mx2cc.monkey2

@@ -186,7 +186,6 @@ Function MakeApp:Bool( args:String[] )
 
 	Local opts:=New BuildOpts
 	opts.productType="app"
-	opts.appType="gui"
 	opts.target="desktop"
 	opts.config="debug"
 	opts.clean=False