mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 17:30:38 +08:00
11 lines
241 B
Batchfile
11 lines
241 B
Batchfile
cd %~dp0
|
|
cmd.exe /c gulp package
|
|
cmd.exe /c bin2c -o embedded.h -m tool.html.gz
|
|
cat header.txt > out.h
|
|
cat embedded.h >> out.h
|
|
cat footer.txt >> out.h
|
|
cat out.h > embedded.h
|
|
cat out.h > ../esp3d/src/modules/http/embedded.h
|
|
rm -f out.h
|
|
pause
|