From 2881e14c5f7b4107f7abf3c0ba7e2588e5ae9813 Mon Sep 17 00:00:00 2001 From: ForgedCore8 <77468737+ForgedCore8@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:25:01 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5810ba2..86ae011 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To Compile your own copy of DDMI, you can run the following commands: ```pip install nuitka``` -```nuitka --onefile --windows-disable-console --assume-yes-for-downloads --plugin-enable=tk-inter --include-package=tkinter --include-package-data=tkinter --exe ddmi.py``` +```nuitka --enable-plugin=pyside6 --follow-imports --windows-disable-console --include-data-dir=./assets=./assets ddmi.py``` ## Contributing