Skip to content

BrendenWalker/inno-setup-action-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

inno-setup-action-cli

This action can be used to create installer for any application in the workflow.

It bassed on InnoSetup, which is Inno Setup is a free installer for Windows programs by Jordan Russell and Martijn Laan...more

Inputs

filepath

Required
Description - Path for ISS file

usage

First, you need to create InstallerScript.iss and insert it into the source code. after that you use it in your workflow.

            -   uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
                with: 
                    filepath: './path/InstallerScript.iss'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Inno Setup 98.5%
  • HTML 1.2%
  • Other 0.3%