2020-06-27 18:34:52 +00:00
|
|
|
@echo off
|
2020-06-27 18:23:20 +00:00
|
|
|
|
|
|
|
curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip
|
|
|
|
|
2020-06-27 18:44:14 +00:00
|
|
|
unzip sqlite-amalgamation-3320300.zip -d thirdparty\
|
2020-06-27 18:23:20 +00:00
|
|
|
|
2020-06-27 18:44:14 +00:00
|
|
|
del thirdparty\sqlite-amalgamation-3320300\shell.c
|
2020-06-27 18:34:52 +00:00
|
|
|
|
2020-06-27 18:44:14 +00:00
|
|
|
move /y thirdparty\sqlite-amalgamation-3320300 thirdparty\sqlite
|
|
|
|
|
|
|
|
dir thirdparty\sqlite
|
2020-06-27 18:23:20 +00:00
|
|
|
|