1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Update README.md

This commit is contained in:
Minionguyjpro
2023-12-11 17:27:58 +01:00
committed by GitHub
parent c652332e8f
commit d21a3b2c41

View File

@@ -23,5 +23,5 @@ The action will tell you it saved the file somewhere around in ``D:\YOURREPONAME
--- ---
| **Key Name** | **Required** | **Example** | **Default Value** | **Description** | | **Key Name** | **Required** | **Example** | **Default Value** | **Description** |
|--------------|--------------|--------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |--------------|--------------|--------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ``path`` | Yes | ``/src/setup.iss`` | N/A | Path to input .iss script file. | | ``path`` | Yes | ``src/setup.iss`` | N/A | Path to input .iss script file. |
| ``options`` | No | ``/O+`` | N/A | Extra arguments/options to include. Include the slashes for them. See [this page](https://jrsoftware.org/ishelp/index.php?topic=compilercmdline) for more information. | | ``options`` | No | ``/O+`` | N/A | Extra arguments/options to include. Include the slashes for them. See [this page](https://jrsoftware.org/ishelp/index.php?topic=compilercmdline) for more information. |