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