AIRHelper: needs .app file extension on macOS if AIR target is bundle
This commit is contained in:
@@ -17,7 +17,10 @@ class AIRHelper
|
||||
{
|
||||
case MAC:
|
||||
|
||||
// extension = ".app";
|
||||
if (airTarget == "bundle")
|
||||
{
|
||||
extension = ".app";
|
||||
}
|
||||
|
||||
case IOS:
|
||||
if (project.targetFlags.exists("simulator"))
|
||||
|
||||
Reference in New Issue
Block a user