Package io.github.intisy.gradle.inno
Class InnoSetup
- java.lang.Object
-
- io.github.intisy.gradle.inno.InnoSetup
-
public class InnoSetup extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildInstaller()voidcreateInnoSetupScript(File scriptPath)
-
-
-
Constructor Detail
-
InnoSetup
public InnoSetup(File path, String fileName, String name, File icon, boolean copyIcon) throws IOException
- Throws:
IOException
-
-
Method Detail
-
buildInstaller
public void buildInstaller() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
createInnoSetupScript
public void createInnoSetupScript(File scriptPath) throws IOException
- Throws:
IOException
-
-