1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-09 20:21:45 +00:00
nxdumptool/host/windows_make_standalone.bat
Pablo Curiel 2bc9bae11b Small icon correction.
Looks a bit better now. Mad Paint skillz.
2021-03-19 22:36:04 -04:00

10 lines
239 B
Batchfile

rmdir /s /q nxdt_host
mkdir nxdt_host
cxfreeze nxdt_host.py -s --base-name=Win32GUI --target-dir=nxdt_host --icon=nxdt.ico
copy ..\README.md nxdt_host
copy ..\LICENSE.md nxdt_host
python -m zipfile -c nxdt_host.zip nxdt_host