219220221222223224225226227228229230
} // NSIS target if ( target instanceof NsisTarget ) { NsisInstallerCommand nsisCmd = new NsisInstallerCommand( this, ( NsisTarget ) target ); nsisCmd.execute(); } // RPM target if ( target instanceof RpmTarget ) {