ReleasePackerWindowsSubsystemCommand constructor
Implementation
ReleasePackerWindowsSubsystemCommand(
bool gui, String executableFile, String outputFile)
: super('release_utility', [
gui ? '--windows-gui' : '--windows-console',
executableFile,
outputFile
]);