v/.github/workflows/windows-install-sqlite.bat

12 lines
309 B
Batchfile
Raw Permalink Normal View History

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