sqlite: fix windows-install-sqlite.bat
parent
07cea76e63
commit
2669610be9
|
@ -2,9 +2,11 @@
|
||||||
|
|
||||||
curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip
|
curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip
|
||||||
|
|
||||||
unzip sqlite-amalgamation-3320300.zip -d thirdparty/
|
unzip sqlite-amalgamation-3320300.zip -d thirdparty\
|
||||||
|
|
||||||
del thirdparty/sqlite-amalgamation-3320300/shell.c
|
del thirdparty\sqlite-amalgamation-3320300\shell.c
|
||||||
|
|
||||||
move /y thirdparty/sqlite-amalgamation-3320300 thirdparty/sqlite
|
move /y thirdparty\sqlite-amalgamation-3320300 thirdparty\sqlite
|
||||||
|
|
||||||
|
dir thirdparty\sqlite
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue