From 20a829904b52769ae5033ebf97d5e83b7a9b7261 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 22 Jul 2020 21:41:33 -0700 Subject: [PATCH] make-standalone: copy 3dsx to build dir --- make-standalone.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/make-standalone.bat b/make-standalone.bat index 5bc0d15..81d2a8c 100644 --- a/make-standalone.bat +++ b/make-standalone.bat @@ -5,4 +5,5 @@ mkdir build\custom-install-standalone\bin copy TaskbarLib.tlb build\custom-install-standalone copy bin\win32\save3ds_fuse.exe build\custom-install-standalone\bin copy bin\README build\custom-install-standalone\bin +copy custom-install-finalize.3dsx build\custom-install-standalone python -m zipfile -c dist\custom-install-standalone.zip build\custom-install-standalone