From 406caf863429794922fc8976d1894ed1ac37440e Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 11 Apr 2022 14:37:36 +0300 Subject: [PATCH] Nuitka build now works --- daun-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daun-builder.py b/daun-builder.py index c619042..a18de2f 100644 --- a/daun-builder.py +++ b/daun-builder.py @@ -76,7 +76,7 @@ def build(*args): f'--onefile --windows-icon-from-ico={icon_path} ' f'{"" if not ui.enable_console_button.isChecked() else "--windows-disable-console"} daun-to-build.py') try: - shutil.move(f'{os.getcwd()}/daun-to-build.dist/daun-to-build.exe', ui.path_box.text()) + shutil.move(f'{os.getcwd()}/daun-to-build.exe', ui.path_box.text()) os.remove(f'daun-to-build.py') except FileNotFoundError: pass