From ec50979296d9c1870be575a30ad353e66261afe0 Mon Sep 17 00:00:00 2001 From: Santti4go <95138114+Santti4go@users.noreply.github.com> Date: Thu, 8 Feb 2024 00:31:40 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7a15499..cbadf39 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,6 @@ If you want to stop the program before a game has been found, press 'Stop search This is only necessary if you want to generate an `.exe` file. The easiest way to build the entire app into a single executable is using `pyinstaller`. +```bash pyinstaller --add-data 'assets;assets' lobby_finder.py --onefile -y +```