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