From 152316f79b075115790b9484c5196a2429000598 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 19 Sep 2023 14:11:36 +0200 Subject: [PATCH] doc: install: update pyinstaller spec path --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 51859452d..2f097e527 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -146,7 +146,7 @@ This combines the source code, Python interpreter, and required resources - Build standalone executable: - `$ pyinstaller floss.spec` + `$ pyinstaller .github/pyinstaller/floss.spec` - Distribute standalone executable: