mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 20:21:45 +00:00
2bc9bae11b
Looks a bit better now. Mad Paint skillz.
10 lines
239 B
Batchfile
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
|
|
|