mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
10 lines
476 B
Batchfile
10 lines
476 B
Batchfile
mkdir build
|
|
mkdir dist
|
|
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
|
|
copy custom-install-finalize.3dsx build\custom-install-standalone
|
|
python -m zipfile -c dist\custom-install-standalone.zip build\custom-install-standalone
|