sqlite: remove thirdparty/sqlite/shell.c from the amalgamation folder

pull/5542/head
Delyan Angelov 2020-06-27 21:34:52 +03:00
parent e9a2f86dcf
commit 07cea76e63
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
REM @echo off
echo on
@echo off
curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip
unzip sqlite-amalgamation-3320300.zip -d thirdparty/
del thirdparty/sqlite-amalgamation-3320300/shell.c
move /y thirdparty/sqlite-amalgamation-3320300 thirdparty/sqlite