From 609a0de18b55bd8477ee025c5b412b25b708f568 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 22 Jul 2020 19:31:56 -0700 Subject: [PATCH] add make-standalone.bat --- make-standalone.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 make-standalone.bat diff --git a/make-standalone.bat b/make-standalone.bat new file mode 100644 index 0000000..8e49aaa --- /dev/null +++ b/make-standalone.bat @@ -0,0 +1,4 @@ +cxfreeze ci-gui.py --target-dir=dist-standalone Win32GUI +mkdir dist-standalone\bin +copy TaskbarLib.tlb dist-standalone +copy bin\win32\save3ds_fuse.exe dist-standalone\bin