From 7071c8c60172c910ee84a446714d18646e9d1aef Mon Sep 17 00:00:00 2001 From: Biplob SD <43641536+biplobsd@users.noreply.github.com> Date: Thu, 25 Jun 2020 19:30:22 +0600 Subject: [PATCH] specific file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b58f523..23c619f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Github Action for building executables with PyInstaller To build your application, you need to specify where your source code is via the `path` argument, this defaults to `src`. The source code directory should have your `.spec` file that PyInstaller generates. If you don't have one, you'll need to run PyInstaller once locally to generate it. +Also if you have another program `.spec` file you can set specific pyinstaller `.spec` file by `spec: ` If the `src` folder has a `requirements.txt` file, the packages will be installed into the environment before PyInstaller runs.