From 00202c473ed581e2037e921cca260da0cfff0ce8 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 22 Jul 2020 23:05:34 -0700 Subject: [PATCH] make-standalone: fix copying LICENSE.md --- make-standalone.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-standalone.bat b/make-standalone.bat index 3b90f5c..a460ba2 100644 --- a/make-standalone.bat +++ b/make-standalone.bat @@ -7,5 +7,5 @@ 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 copy extras\windows-quickstart.txt build\custom-install-standalone -copy LICENSE.md extras\windows-quickstart.txt +copy LICENSE.md build\custom-install-standalone python -m zipfile -c dist\custom-install-standalone.zip build\custom-install-standalone