execName property

String get execName

The executable name for the application.

This is the bundle id with the .exe extension.

Implementation

static String get execName => '$bundleId.exe';