From fd4140264f0544faebe61899ed99dbc8f27f0a4b Mon Sep 17 00:00:00 2001 From: CaptainStabs <40151222+CaptainStabs@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:34:52 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd7d7c..0a64d2b 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ This is a joke script based on the internet meme of the same nature. ``` pip install pyinstaller - pyinstaller --onefile --windowed --icon=dolphin.ico gui.py + pyinstaller gui.spec ``` From 5ec1729fea148d3716ba1371ca49237a391c06b4 Mon Sep 17 00:00:00 2001 From: CaptainStabs <40151222+CaptainStabs@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:37:11 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a64d2b..3d988f2 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,5 @@ This is a joke script based on the internet meme of the same nature. pip install pyinstaller pyinstaller gui.spec ``` + +Ensure that the `images` folder and `not_malware.ui` are included with the created executable.