From 1e2ba6a2b90fdaf26cd06cfb4994c66be12e7f01 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sun, 31 Dec 2023 14:03:56 +0100 Subject: [PATCH] Create requirements.md --- docs/requirements.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/requirements.md diff --git a/docs/requirements.md b/docs/requirements.md new file mode 100644 index 0000000..af2a8d7 --- /dev/null +++ b/docs/requirements.md @@ -0,0 +1,7 @@ +# Requirements +The job that runs the action needs to have the following requirements: +* OS: Windows (I'd recommend to just use ``windows-latest``) +* The action``actions/checkout`` being specified **before** the ``Minionguypro/Inno-Setup-Action`` is in your job! +* An existing directory with an Inno Setup script in it, which is specified in the action. If not specified or it doesn't exist (or something inside the script isn't right to work with the workflow. See the [Introduction](https://inno-setup-action.readthedocs.io/en/latest/) page for more information), the action will fail with guarantee! + +Support for Wine might be added in the future, but I'd need to do some research first and it isn't planned for now.