From 2dd6caf12886dfff9489141d53ff7416b6684c84 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 22 Jul 2020 19:34:14 -0700 Subject: [PATCH] make-standalone: add missing --base-name= --- make-standalone.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-standalone.bat b/make-standalone.bat index 8e49aaa..cc918de 100644 --- a/make-standalone.bat +++ b/make-standalone.bat @@ -1,4 +1,4 @@ -cxfreeze ci-gui.py --target-dir=dist-standalone Win32GUI +cxfreeze ci-gui.py --target-dir=dist-standalone --base-name=Win32GUI mkdir dist-standalone\bin copy TaskbarLib.tlb dist-standalone copy bin\win32\save3ds_fuse.exe dist-standalone\bin