update make-standalone (untested)

This commit is contained in:
Ian Burgwin
2020-07-22 20:46:14 -07:00
parent 449ee90311
commit d176d1f0ee
2 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
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
mkdir build
cxfreeze ci-gui.py --target-dir=build\custom-install-standalone --base-name=Win32GUI
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
python -m zipfile -c dist\custom-install-standalone.zip build\custom-install-standalone